The field "Done date" is automatically filled with today's date with plugin "Automation for Jira-Ser

aynura.nasibova
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.
December 17, 2020

Hello!

We are using the Jira Software for Server and we have plugin "Automation for Jira-Server" (https://marketplace.atlassian.com/apps/1215460/automation-for-jira-server?hosting=server&tab=overview).

It is possible to create a rule with plugin "Automation for Jira-Server" when task change status to "Done" the field "Done date" is automatically filled with today's date?

I`ll be very thankful if you could help!

4 answers

4 accepted

0 votes
Answer accepted
aynura.nasibova
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.
December 18, 2020
0 votes
Answer accepted
Yana Stoliarova December 17, 2020

First, you can make sure that Resolution field is set when transitioning to 'Done' status. Normally, I use a default Jira post-function "Update Issue Field" to populate 'Resolution'. Since 'Resolution' got a value, you will see Resolved (Dates panel on Issue View).

If Resolved date field is not want you search for, you can use Automation rule for event 'Issue Transitioned' -> to 'Edit Issue': set "Done date" {{now}}

0 votes
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2020

Hi Aynura,

Yes this is possible. But realize that the resolved field is already capturing that date. Sometimes you can use resolved or resolveddate in your filters. See if you see that first, but you could also still set the date.

To set the date, create an Automation Rule for the Issue Transitioned trigger to Done.

Then add a New Action for Edit Issue.

Set the Done date field to now()

0 votes
Answer accepted
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2020

Hi @aynura.nasibova ,

yes, this should be possible. Something like:

When: Issue transitioned - To Done

Then: Edit Issue - Done Date set to {{now.jiraDate}}

Suggest an answer

Log in or Sign up to answer