dmranck / ticketutil

Python ticketing utility for working with tickets in popular tools
GNU General Public License v3.0
66 stars 29 forks source link

How to move tickets between different sprints for JIRA? #61

Open bhavikbhavsar opened 5 years ago

bhavikbhavsar commented 5 years ago

I need to move tickets from one sprint to another.

Can you share an example if this is possible?

dmranck commented 5 years ago

Good question, it looks like this is not supported right now. Sprint-related ticket edits seem to be part of a totally different API endpoint from editing standard ticket fields:

https://docs.atlassian.com/jira-software/REST/7.3.1/?_ga=2.7458353.264354863.1548882453-1905587877.1537991488#agile/1.0/sprint-moveIssuesToSprint

We can keep this issue open and look into adding this support in the future. Or you could feel free to contribute and open a PR with the change, if you'd like. :)