Brothers and Sisters
I am creating
1. JSU JQL Precondtion which retreives all child stories of EPIC which are not resolved
2. Action Update Any issue field if precondition = YES
A. Test EPIC with 1 TEST STORY CHILD
B. regular JQL
issueFunction in issuesInEpics ('key=ENGI-15898') and issuetype = Story and status in ( "to do","in dev.","In QA.",Analysis.,"Code review.","Ready for QA.","In UAT.")C. POST FUNCTION CONFIG
D. JSU JQL
issueFunction in issuesInEpics ('key={issue.key}') and issuetype = Story and status in ("to do", "in dev.","In QA.",Analysis.,"Code review.","Ready for QA.","In UAT.")
Problem.
Why my custom field flag doesnt change? Looks like my JSQ JQL doesnt find any Stories under EPIC
try this, replace your precondition with:
|
issueFunction in issuesInEpics("key = {issue.key}")
AND issuetype = Story
AND resolution = Unresolved
|
Set Must find issues. Keep the JSU Update Any Issue Field post function target as This issue to flip the flag on the Epic.
Let me know if it worked
hi @Christos Markoulatos -Relational-
unfrotunatelly your idea doesnt work as well BUT i found the answer here
https://appfire.atlassian.net/wiki/spaces/JSU/pages/12681740/JQL+use+cases
Instead of ISSUEFUNCTION I just put
"Epic link" = {issue.key} :) simple as that. But thanks anyway for your quick reaction
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.