hello jira developer. I want to get the issues info from jira for release notes in my project.
We want to use some filter to get the finished issue by python script automatically.
Is there any open protocol or interface to get the issues info?
@Ye.Lihua you can find the documentation about Jira cloud REST APIs here - https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
You should be able to pull out the relevant information, assuming 'Free' plan doesn't have any limitation on that front.
--
If you are looking for something out of the box, you may want to look at the free version of our app Automated release notes.
Hope that helps.
Best,
Anand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.