I would like to know if its possible for "auto populate a comment" or "auto update a comment" on a JIRA ticket based on a field which is a date field.
For example : if the date in date field is more than 7 days it should "auto populate a comment" in the ticket without the agent intervention.
Hi Joseph:
You can uses automation rule (i.e. similar with a scheduled rule setup + JQL query) to trigger the auto commenting to the selected issues that fits your criteria.
Example -
For example my rule is testing if the duedate date has passed today's date + 3 days. If so, add the comment automatically to the issues.
You can also find the following reference - https://www.atlassian.com/software/jira/automation-template-library/auto-close-jira-issues
Hope this give you some ideas again.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
Hi Joseph
Apologies for getting back to you late.
I'm looking for a field when the date crosses 7 days and the rule should run every day.
Any suggestions on that ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph
Apologies for getting back to you late.
I'm looking for a field when the date crosses 7 days and the rule should run every day.
Any suggestions on that ?
If a field date is more than 7 days old it needs to populate a comment on the ticket.
Which means if the ticket is updated after 7 days shouldn't be updated with the same comment again.
Can you help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps you should create a custom field and populate it with a value after the issues (one that you triggered the initial comments with same automation rule). You can then use the field as a condition check to prevent another update being conducted again.
Hope this helps. If so, please click on the Answer Accepted when you have a chance.
Best, Joseph
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.