Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Need automation for adding a comment. If the status of the issue is not update until 7 days

Pagadala, Shivakumar (CSW)
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!
September 14, 2022

Hi Team,

We are using Jira Service Desk DC version. We need an automation that can add a comment to the issue if the issue Status is not changed after 7 days.

Regards,
Shiva

2 answers

1 accepted

1 vote
Answer accepted
Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 14, 2022

@Pagadala, Shivakumar (CSW) -

On your DC (On-prems) env, do you have Automation for Jira add-on?  If so, then you can setup a scheduled job automation rule to conduct your activities.  This is a great add-on to have for any Jira/JSM DC env - https://marketplace.atlassian.com/apps/1215460/automation-for-jira?tab=overview&hosting=datacenter

If not, you can consider the following options -

1) Manually run an JQL search on a weekly basis, then conduct a bulk change operation to add comments for all the targeted issues.

2) Develop your custom process using REST APIs .

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Infrastructure Applications Team

Viasat Inc.

1 vote
Lars Barthel September 15, 2022

Hi @Pagadala, Shivakumar (CSW) 

you could do the following in your automation screen:

  1. When : Scheduled issue (for example each day) and use the following JQL condition 

    status = "IN PROGRESS" and not status changed before 7d (add more conditions here if you want. )

     2. Then fire up an action (like sending an e-mail or adding an automated comment). 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events