JWME transition linked issue epic

Mickaël Orsolino July 24, 2020

Hi,

 

I would like to pass the linked epic to a predefined status when a story pass to a defined status.

For that I would like to use the JMWE "Transition Related Issues Post-function".

I want to execute the transition when the linked epic is already the predefined status by using the condition part.

How can I do something relatedIssue get status == "To do" for the post function condition?

Thank you in adavance,

Regards,

Mickael O.

1 answer

1 accepted

0 votes
Answer accepted
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 24, 2020

Hi Mickaël,

I'm not sure I understand why you need that test, but here it is anyway:

relatedIssue.get("status").name == "To Do"
Mickaël Orsolino July 28, 2020

Hi David,

 

Thank your for your answer.

 

I need to test a condition if the Epic is in status To Do, if yes, we want to perform a predefined transition. 

 

Regards,

Mickaël Orsolino

David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 28, 2020

Then you can use the code I provided.

David

Like Mickaël Orsolino likes this

Suggest an answer

Log in or Sign up to answer