You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I am using Project Automation - Jira plugin in my project.
Problem Statement:
Create a rule which should trigger for a condition:
When Issue status changes from Open to Under Review
and Issue.Type = Software Delivery
Then
Create a new Sub task With SPECIFIC TITLE as one generic string: see below:
e.g. TITLE should be = "ABCDE - [parent Issue Key] [Parent issue Summary]"
I tried using Smart Values mentioned in Jira doc but looks like {{ }} is not picking up the value:
my attempt:
Please see attached screen for reference
Please have a look and see what i am missing here:
output is :
Actual output:
Summary Title = IRR Review JSON TT
Expected Output:
Summary Title = IRR Review JSON TT [Parent Issue.key] [parent issue.Summary]
Thanks Bill for replying, actually tried that option at the very start but did not work, hence tried the more options field, as you can see in the output it is taking value from more option field only (IRR Review JSON TT) not from the Summary field itself (IRR review)
I have tried as you have mentioned but still the final output is not what i expected. please advise, below screenshot for reference.
Actual output:
Summary Title = IRR Review
Expected Output:
Summary Title = IRR Review NUC-XXX parent task for this sub-task
Hi! To help focus a bit, I am using Cloud, not Server version; so my results may be different from yours...
The way your rule is written, it appears that "Software Delivery" issue type is at the same level as Story, not Sub-Task. So {{issue.parent}} does not work.