JIRA Commenting

shantanu behera February 28, 2025

I have a ground rule to be followed in my organization.

If a ticket is in status "In Progress", the assignee on the ticket has to log their comment (on what they did over the day on the ticket) by end of the day.

How can I build a JIRA automation to check this rule and notify the assignee by logging a comment on the ticket tagging the assigned user.

1 answer

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 28, 2025

Hello @shantanu behera 

You can create a rule triggered on a Schedule that runs a JQL statement to retrieve all issues that are in the In Progress status and Assigned.

The rule can look at the last comment on the issue, check the comment date and author, and if it doesn't match the current date and current Assignee, the rule can execute a Send Email action to send a message to the Assignee and other users, if you want.

Refer to Automation Rules documentation:

https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/

If you are unfamiliar with Automation Rules let us know and we can provide more specific guidance.

 

shantanu behera February 28, 2025

Thank you @Trudy Claspill Let me go through the link you shared.

There are other challenges I have while I am looking for implementing this automation.

I also need to check for how long the current user is assigned on the ticket. If he is assigned for more than 4hrs before 06:00 pm (End of Day) then only I have to tag him, otherwise I'll have to see who is the user who was allocated on the ticket (which is in "In Progress" status) for more than 4 hrs and I will have to tag him.

Otherwise, the tagged used may come back stating that he wasn't working on the ticket for the whole day and just been assigned to the ticket towards the end of the day.

shantanu behera March 1, 2025

Hi @Trudy Claspill Could you assist me on the below part. How exactly I need to implement it in JIRA Automation"

"The rule can look at the last comment on the issue, check the comment date and author, and if it doesn't match the current date and current Assignee, the rule can execute a Send Email action to send a message to the Assignee and other users, if you want."

shantanu behera March 1, 2025

Screenshot 2025-03-01 at 3.33.52 PM.pngScreenshot 2025-03-01 at 3.35.01 PM.pngI have applied my rule in this manner. Please suggest if this is correct or not.



Suggest an answer

Log in or Sign up to answer