I have a custom field set up that incrementally increases the value every time an issue bounces from QA back to a status called changes requested.
{{#increment}}{{issue.Bounce_Per_Sprint}}{{/}}
So that works. What I want to do is clear that value or set it to 0 for any issues that carry over into the next sprint. I've tried variations of {{clear}}, set, "0", null, and I don't even remember what else at this point. I've also tried setting the default value to 0 and referencing that. I keep getting this error:
Please help!! Thank you
Please show us the details of the rule you are using to try to reset the value.
The message provides the explanation. It appears that after using the Start Sprint trigger you may have next added the Edit Issue action. In between those you need a component to specify which issues need to be edited, such as the Branch/Related Issues/Issues in the Sprint component.
Thank you for the reply. I added the branching you showed, but still erroring. Here's what I have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please compare your rule image to the example Trudy showed...
Your action for Edit Issue is outside of the branch, and so the issue is not "visible" to the edit. To fix this, drag the action up/inside of the branch and try to retest.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly!
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.
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.