We are streamlining our workflows so that all related products use the same scheme and workflow. I need to auto assign tickets in one project using the data on the individual ticket for assignee (by role) from the JIRA tracking and estimation plug in. I need to auto assign tickets in a different project to specific named users.
For the assignee (by role), I know that you can do a post function on the transition, but I am unclear how you can apply this to just one project. So, I am trying to use the automated rules to accomplish this. I cannot figure out how to use automation to set assignee based on the values set on the individual ticket in the plug in instead of the project role.
Has anyone else encountered this?
Hi @Allison Mease,
Welcome to the community! You can definitely achieve this with automation rules. Here's how to handle both scenarios:
For Project-Specific Role-Based Assignment:
Create an automation rule with:
Smart Value Approach: The tricky part is extracting the user from your "assignee by role" plugin field. Try:
{{issue.customfield_XXXXX}}
(replace XXXXX with your plugin's field ID)For Named User Assignment (Other Project):
Debugging Tips:
Alternative: You could also use post-functions with project conditions in your workflow transitions.
Which specific "assignee by role" plugin are you using? That would help with the exact smart value syntax.
Need help with the specific automation setup? Feel free to DM me
Thanks so much for the quick response! Glad to know this can be done. We are using Tracking and Estimation for JIRA Cloud:
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.