1. When an issue has story points and the resolution is set to "Duplicate" then the story points should be removed and set to blank
2. When an issue has story points and the resolution is not set to "Duplicate" then the story points should be unaffected
Hi @Jiten Khanna ,
This is a pretty straightforward automation:
- Make new rule
- condition : issue field condition
"resolution" Is "Duplicate"
- Action : edit issue , edit field
set field "Story Points" (set to field remains empty)
The second part of your question doesn't need work since the rule will only trigger when a resolution is set to duplicate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.