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: 

Is it possible to add a special character automatically at the end of each comment of a bug.

Katragadda Katragadda
August 4, 2021

Every time a comment is added to a bug in Jira Software Cloud, I would like to add @ at the end automatically. any idea how this can be achieved. 

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Fabian Lim
Community Champion
August 4, 2021

Hi @Katragadda Katragadda

If you want to use jira automation there is an action trigger to update the last comment. Here is the link: https://support.atlassian.com/jira-software-cloud/docs/automation-actions/

1. Trigger: comment added

2. Condition: issue type is a bug

3. Action: Edit comment (last comment)

Regards

Katragadda Katragadda
August 5, 2021

Excellent. Thanks @Fabian Lim . Worked perfectly for me.  Appreciate your time and help. 

1 vote
Answer accepted
Paloma Fondon Araujo
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 Champions.
August 4, 2021

Hi @Katragadda Katragadda 

You must make an automation rule as follows:

  • Trigger: When Issue Commented
  • Condicion: If issue matches JQL
    • Issuetype = Bug
  • Action: Edit Comment to an Issue
    • Comment to edit: Last comment
    • Comment
      {{currentComment}} @

Automation - Add @ to comment.PNG

I hope it helps you, greetings

Katragadda Katragadda
August 5, 2021

Hi @Paloma Fondon Araujo , thank you for the detailed information provided along with the screenshots. Appreciate your time and help. 

Like Paloma Fondon Araujo likes this