You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am using jira-python library v2.0.0 to update summary field of thousands of issues on JIRA 7.4.4 hosted on AWS.
The JIRA project was originally migrated from another bug tracking tool, hence we have retained the original issue ID of each issue from the original bug tracking tool onto JIRA as a suffix to summary for each of the issues. Through my Python script, I am modifying this suffix to a format we require.
I have two questions here -
1) the search_issues return only 1000 issues at a time even if the maxResults is set to any large number. Is there a way I can get more than 1000 issues (other than having my own loop through mechanism until I hit Resultset.total)
2) I am updating the Summary field using issue.update. On a Windows machine with 16GB RAM, Intel i7 core and pretty much nothing else running on that machine, I am able to update 1000 issues in almost 19 minutes on an average. Is there a way I can improve this performance? Is it because my JIRA is on a different network (AWS)?
Cheers,
Anantha
Hi!
You can keep session, as result will be enrolled
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.