Forums

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

Add comment if engineering does not update ticket

Vineet
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 16, 2025

Can we automatically add a comment if engineering(assignee) does not updated after x number of days

5 answers

0 votes
Alexey Pavlenko _App Developer_
Atlassian Partner
May 17, 2025

Hi @Vineet ,

I assume you do this to track/remind your assignee/yourself about such tickets. If so, another way could be to create a filter for that and visualize it.

Best regards,
Alexey

0 votes
Julia Watson-Clarke
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.
May 16, 2025

Hi Vineet,

Yes, we have a rule performing a similar action.

JQL is:

Status in ("Responded", "Follow-Up", "To Be Scoped", "Scoped", "Awaiting Client Sign-Off") AND updated< -15d

Additional information:

Make sure you untick the "Prevent duplicates by only adding this comment once to a particular work item" box if you want further comments added by the rule.

Screen shots:

2025-05-16_12-22-31.png2025-05-16_12-21-47.png

0 votes
Pasam Venkateshwarrao
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.
May 16, 2025

@Vineet 

Yes this can be possible through Automation

Automation Example

Trigger:
Scheduled

Select Every day or prefer time

Select: “Run JQL search”

Insert JQL:

assignee IS NOT EMPTY AND updated <= -7d


Condition - optional:
You can add a "Status is not Done" condition to avoid closed issues.

Action:
Add Comment

issue has not been updated from the last 5 days. Please check and take necessary action

 

Hope this helps

0 votes
Alexander Hohmann
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.
May 16, 2025

You can create an automation rule with a "planned" trigger set to daily intervals or less, that goes through all the eligible work items, checks for last update, and sets a comment if that lastupdate dates back more then a certain time.

0 votes
Hans Polder _Devoteam_
Community Champion
May 16, 2025

Hi Vineet,

That should definitely be possible using Jira Automation. Have you tried creating something there yourself, already? If so, please share screenshots of the configured automation rule so we can help you further. If you don't have anything created, we can also try working on it together.

Best regards,

Hans

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events