Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Is there any api available in Atlassian Connect to change the Issue Type for issues in bulk?

Edited
Sanjeev Pande
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.
Feb 05, 2020

I am looking for an api to change the Issue Type for issues in bulk.

Have tried the Edit Issue api, but that works for one issue.

Is there way / api to change the Issue Types in bulk ?

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 07, 2020

 

Hello @Sanjeev Pande,

Thank you for reaching out!

Indeed, Jira does not have an API call to bulk edit several issues. We have a feature request created to implement this functionality since we agree this would provide an easier option to create scripts and automation:

Bulk Edit issues in JIRA Rest API 

Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.

As an option to achieve what you need, you can simply loop all the issue keys you want and update it:

  1. query the issues via REST (get to /rest/api/3/search?jql=)
  2. loop the issues and make the update (PUT to /rest/api/2/issue/{issueIdOrKey}) on the selected issues

Let us know if you have any questions.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events