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?
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:
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.