Objective:
Can JSU handle this in its JQL Precondition?
This query works accurately in the JQL search:
issueFunction in epicsOf("key=fsd-6035") and status = done
In the JQL Precondition, the FSD-6035 should be which ever issue key that is being transitioned
I tried both of the following with no luck.
Any thoughts on how to achieve my goal using JSU or other standard JIRA functions?
It works with issueFunction in epicsOf("key={issue.key}") and status = done
Hello Christina,
I understand that you would like to transition the related Epic to Blocked WHEN ANY related story is transferred from Done to IN PROGRESS if the Epic previous status was DONE. Is it correct?
I believe that you are not able to implement issueFunctions directly in JSU post functions, however, your need can be easily implemented by using Automation for JIRA with the following rule:
This add-on has 300 free executions per month. Please, let me know if this option helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.