I want to automatically comment initial itself after anyone raised ticket:
there are 3 types of customer service request in my project
1) I want to compare the customer service request to any 3 types and automate the comment accordingly
Note : I installed Automation for Jira Data Center and Server in my jira
Kindly do the needful
Hi @KANAKARAJ C
Welcome to the Community!!
Trigger --> Issue Created
Condition --> Check Issue Type (If,Else-if, & Else-if Condition)
Actions --> Add Comment
Sample is shown below
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In automation tab, create rule as follows
When (New trigger) : Issue Created
IF (New Condition) : Issuetype in (<add your issue types>)
Then (New Action) : Comment on Issue
More details in https://confluence.atlassian.com/automation/how-to-use-conditions-993924640.html
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.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.