Revert changes

Роман Вегелин July 10, 2019

I replaced in some tasks (more than 1000) the performer. In these tasks there were different executors. How to get everything back?

1 answer

0 votes
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 17, 2019

Dear @Роман Вегелин ,

you have to parse the history. For +1000 issues i recommend the REST API:

  • JQL for your issues (expand=changelog) (GET /rest/api/2/search)
  • for each issue look for history entries within a specific date range
  • update issue by replacing the "to" values with the "from" values (PUT /rest/api/2/issue/{issueIdOrKey})

So long

Thomas

Suggest an answer

Log in or Sign up to answer