Forums

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

How to update different project's link issue state?

諶玟萁 Elly Shen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2022

here is the scenario:

A project task issue link to B  project task issue.
when A   task issue state change to in progress than B  project task issue can be update to the same state.

 

if a and b has different workflow,is that possible to use JQL to show about this scenario?

If can use JQL to show about this scenario,how can i do?

 

1 answer

0 votes
Fernando Eugênio da Silva
Community Champion
March 10, 2022

I believe that in this case you don't need to use exactly a JQL, but rather use global automation and insert a branch to read related issues between projects A and B;

Here's an example of an automation framework that could be useful to you in this process:

33.PNG

Whenever an issue transitions to "Refinement";
If it is from the SUB project

The branch will read issues from any project linked to the SUB issue via the "reports to" link type and will transition these related issues to "In progress"

 

I hope this helps. If you have any question, let me know.

Regards,

Fernando

Suggest an answer

Log in or Sign up to answer