My Auto-Assignee at Issue creation is not working

Phil Harman April 10, 2024

I have configured the project to "Default Assignee = Unassigned" when issues are created. 

I have tried to two different automation rules to assign issue based on (1) issue type and then assign to project role (2) issue type, Re-fetch, and then assign to the person who triggered the event, the Reporter.

None of those are working.  The issue always gets assigned to "Unassigned".

See my two attachments to view the automation rules. 

Jira Automation1.GIFJira Automation2.GIF

4 answers

1 vote
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

Hi Phil - Welcome to the Atlassian Community!

If you check the history of the issue, is the value getting set back to unassigned for some reason after it is created? 

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

You JQL needs " " around the value for Type 

Type = "New Intake Request"

Like Kalyan Sattaluri likes this
Phil Harman April 10, 2024

Correct, the project configuration is setup to default to "unassigned". 

See attachment. 

Default Assignee.GIF

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

If that is the Issue Type, then don't just JQL just use the Condition for Issue Fields Condition and choose Issue Type. 

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

That's not your problem. The problem is the rule is erroring out and not even running. 

 

Phil Harman April 10, 2024

I did this and it fixed the problem.  

Your JQL needs " " around the value for Type 

Type = "New Intake Request"

 

I will also try your other fix .. If that is the Issue Type, then don't just JQL just use the Condition for Issue Fields Condition and choose Issue Type. 

 

I am back in business,.  Thank you. 

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

Great! Glad to help. 

0 votes
Kalyan Sattaluri
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 10, 2024

@Phil Harman 

Can you also share the audit log?

Is the issue getting assigned when your rules are run and then, later  getting unassigned?

Could it be that there is another rule which is unassigning the folks? Have you looked at issue's history?

0 votes
Dexter de Vera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

Hi @Phil Harman ,

Welcome to the Atlassian Community!

Can you show us the screenshot of your  automation audit log?

Is the user who trigger and the member of Product Owner are added in your project? have project role?. If user are added in project then you can check the Project permission - "Assignable User" - User should be part of project role/group added here.

Hope it helps!

Phil Harman April 10, 2024

See the four attachments. 

Phil automation1.jpgPhil automation2.jpgPhil automation3.jpgPhil automation4.jpg

Dexter de Vera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2024

You have error in your JQL.

"New Intake Request"  - this must have " ". If your value have space, you need to indicate "" to count it as one value.

0 votes
Phil Harman April 10, 2024

I also have the appropriate permissions to "edit" and "re-assignee" issues in the project.  

Suggest an answer

Log in or Sign up to answer