My manager wants me to create an issue triage board that will create a task if the issue is approved to work. We have over 10 different projects our team supports, so I want to allows the reviewer to choose the right project to create a new card. From what I'm seeing, in the "Create Issue" rule component, I have to choose a specific project or tell it to do it in the current one.
Is there a way to allow the reviewer to choose from our list of projects?
You could have a custom field on a screen when the transition approved to work is made.
I would create this CF as a radio button field and have the options represent your project names
You could have in your rule, to check if the custom field option is not empty, then set an advanced branch that looks at the value of the option.
you could use a smart value like; {{issue.<field name.>value}}
Then on the create issue component use add your variable {{<variable-name>}}
Another community user, @Haddon Fisher , has described this as well in detail, look at this page: Create+Linked+Tickets+In+One+or+More+Team+Projects#Identifying-the-Right-Project(s)
Beat me to it Marc Koppelaar - Devoteam :)
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.
Hello @Brian Masteller
With a Manual Trigger rule you can prompt the user for input, including providing them with a selection list.
Alternately you would need to have the user update a field in the source issue to indicate the destination project. You could then pull the information from that field for use in the Create Issue action in the rule.
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.