I'm putting some final touches on an automation and it's running successfully, and now one of the last things I'd love to be able to do is edit the newly cloned issue summary with the name of the active sprint it's being placed into.
If not, the dev manager will have to go through a few dozen issues and replace the word "HIKE" with the active sprint name (Ex. Stack Rock). Not a huge task, but would love to automate it for him.
My guess is this will require some REST API, which is totally over my head and I probably won't do.
Here's my global automation which covers 40 projects
The challenge is finding the active sprint. So I thought if I did a lookup of the new issue that was cloned (Ex. TAP-62) I could just update the summary with the active sprint. But what happened is that the summary of my template issue (TAP-58) was updated, although not with the active sprint. It just removed the word HIKE.
Thoughts that don't involve the REST API?
Hi @Josh Allen
Once the rule is inside of that branch to the template issue, TAP-58, the edit acts on that issue. There is no nesting of branches which would allow then branching to the most recently created issue.
Two possible workarounds are:
Kind regards,
Bill
YES!!!!
I forgot you can have multiple rules and have them trigger each other. That worked like a charm.
Thank you very much. My dev manager is gonna be so happy with this. A lot of time spared.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
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.