suppose there is a field named APPLECOLOR
I want to check issue type A's APPLECOLOR value with issue type B's APPLECOLOR in a post function after reaching a certain status in issue type A's workflow, and if it's true then change issue type B's DATE field to issue type A's DATE field. I'm thinking 'Set field value (JMWE add-on)' post function is the way to go, but I'm open to other suggestions or the correct way to do it!
code version:
if A.APPLECOLOR == B.APPLECOLOR
then B.DATE = A.DATE
You would need to use a post function with Jira Workflow Toolbox in order to do this.
Built in workflow functions have no capability to perform arithmetic functions, so you will need a 3rd party App of some sort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.