Hi, I am net to script runner and have only the basic knowledge.
I am trying to automate an task where we update an custom field.
The custom field is an radio button with 3 options None , planned ,Unplanned .
the task is Each time an story is marked as done and if this story is linked to a RM ticket we should change the type of change field to be planned or unplanned :
conditions :
If issue linked while Status = Scheduled, then “Type of change” field for issue = Planned
If issue linked while Status = Scope Freeze, then “Type of change” field for issue = Unplanned
If issue linked while Status = Code Freeze, then “Type of change” field for issue = Unplanned