The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Some of my issue types wont trigger automation

Kristian Partl
May 14, 2024

Hello,
I got problem with automation.
I got couple issue types in project, for testing purposes I have created a simple automation which will just add Test to Log.
image.png

Problem is that for 2 of my 9 issue types, I didn't even receive an error in Audit log when I create an issue.
Actor of Automation have Administrator permissions in project.
image.pngimage.pngimage.png

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Charlie Misonne
Community Champion
May 14, 2024

That's strange indeed.

When you do more tests, does it happen again for the same issue types over and over again?

Kristian Partl
May 14, 2024

Yes

Charlie Misonne
Community Champion
May 14, 2024

Any chance those other issue types are using another workflow? You should check if the "create" transition in you workflow triggers an "issue created" event.

Another thing to test: change the trigger of you automation rule to issue edit instead of create and check if the rule is executed when you edit the issues.

Like # people like this
Kristian Partl
May 14, 2024

Thanks, that was exactly my problem, in post functions I have had:

Fire a No Notification event that can be processed by the listeners.

Instead of

Fire a Issue Created event that can be processed by the listeners.

Charlie Misonne
Community Champion
May 14, 2024

Glad I could help!

If you really want to use a custom event like No Notification event as a trigger you can use the Multiple Event trigger. You'll see your custom events in the dropdown.

Like Kristian Partl likes this