Forums

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

Counting reopen times using Automation

Yael Geffen
September 21, 2023

Hi everyone,

 

I used this guide: https://confluence.atlassian.com/automationkb/how-to-count-the-number-of-times-an-issue-was-reopened-using-automation-for-jira-1183682960.html

to automate the reopen counter on Jira, and when I checked it, it seems to work only for the first time I reopen a ticket. When I move a ticket from "Done" to "To Do" the second time around, the rule doesn't execute and the number of times don't change to 1. Anyone knows why?

2 answers

1 vote
Tansu Akdeniz
Community Champion
October 4, 2018

Hi @cloudmaven,

There is a JIRA Software Cloud REST Api.

It returns; board name, board type, project name, project key, project type.

GET /rest/agile/1.0/board/{boardId}

Also following one returns more details such as board filter, subquery, columns, ranking etc.

GET /rest/agile/1.0/board/{boardId}/configuration

Please check this link for all methods.

0 votes
Warren
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 Champions.
October 4, 2018

Hi Gabriel

To add to what @Tansu Akdeniz has said, 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-api-3-project-projectIdOrKey-get

gives you all the project details, so you should be able to get all the info you're after

Suggest an answer

Log in or Sign up to answer