0

I am new to Jira. I have worked on QC, we could mass update test cases or defect. I need something similar in Jira, where I could mass update the tasks.

Nisha
  • 15
  • 5
  • What have you tried so far? The UI offers mass updates, there's an API. Have you looked into these things? – reto Aug 10 '15 at 06:03

2 Answers2

0

Probably your best bet is the JIRA REST API

There used to be a SOAP and an XML-RPC API, but both of these have now been depricated.

You can also import JIRA issues using a CSV file: Importing Data from CSV

Barnaby Golden
  • 4,176
  • 1
  • 23
  • 28
0

JIRA REST API is fine, but you can also use bulk changes where you perform some operations on the list of issues filtered by query.

andrej
  • 4,518
  • 2
  • 39
  • 39