Forums

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

How to create a Jira automation (using jira automations(app) to show if the issue was Reopened

Vera Valshonok
Contributor
June 27, 2020

1) How to create a Jira automation (using Jira automation(app) to show a new field called Reopened when the issue is reopened without a need to create a special Reopen status in the workflow. The idea is to have a field that would show that the task was reopened or not.

2) I am trying to find, as well, a way to show how many times the same issue was reopened. How can I set it using automation?

 

Thanks in advance!

 

1 answer

1 accepted

1 vote
Answer accepted
Mehmet A _Bloompeak_
Atlassian Partner
June 28, 2020

Hi @Vera Valshonok ,

Below are the steps that worked on my Jira.

  1. Create a custom field named "Reopen Count" with type number and default value 0.
  2. Create automation rule as below
    {{#=}}{{issue.Reopen Count}} + 1{{/}}
    Screen Shot 2020-06-28 at 11.11.54.png
Vera Valshonok
Contributor
June 28, 2020

@Mehmet A _Bloompeak_  great, thanks! How do I set default value 0? As I haven't found it the rule doesn't work for me.

Mehmet A _Bloompeak_
Atlassian Partner
June 28, 2020

Default value is set on the custom field screen not on the automation screen. See below to set the default value.

Screen Shot 2020-06-28 at 13.16.59.png

Vera Valshonok
Contributor
June 28, 2020

@Mehmet A _Bloompeak_ Thanks a lot! It worked!

Like # people like this
Mehmet A _Bloompeak_
Atlassian Partner
June 28, 2020

Hi @Vera Valshonok 

Happy to see that it worked. If you are looking more info about the statuses you can check Status Time app developed by our team. It shows status duration, status entry dates and status count for each issue.


stf-issue-screen-view.png

Suggest an answer

Log in or Sign up to answer