In this post I’ll describe a very easy script how to add comment to issue during post function with ScriptRunner. It would be useful if you will need to calculate values from fields, or add comment to keep any informations in history or in my case, just use it to know what happens and what are […]
Jira

Few tips for Atlassian Confluence/Jira administrators for better performance
Introduction Few days ago, I created few notes about Confluence and Jira. I follow Atlassian Docs and few things from my own experience. This post is only summary of all of that what I found at internet and what I tried to do as best practices. I hope you will find here some new suggestions and […]

Groovy script in post function #1 Updating Custom Field values (option) dependent on Custom Field value
Updating CF option with CF value dependency Use Case We have a project, where is necessary to select custom field option according to value of another custom field. We have custom field with id 10101 and it can have a 2 values. According to this value, we need to set option of custom field with […]