Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

comparing 2 fields from 2 different issue types

Chad_Lei December 20, 2018

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

1 answer

0 votes
Dave Theodore [Coyote Creek Consulting]
Community Champion
December 20, 2018

Jira Workflow Toolbox App can do this sort of thing. Hopefully you're on Server or Data Center :)

Chad_Lei December 20, 2018

any way to do it through a post function? or something for free? or is it not supported currently?

Dave Theodore [Coyote Creek Consulting]
Community Champion
December 20, 2018

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. 

Chad_Lei December 20, 2018

I see. I'll check that out in the meantime, but hopefully, someone can think of a workaround without a 3rd party app

 

thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events