it's good to learn that JIRA API can do this but it would have been more useful for beginners like myself if you shared the python code (or any other language) on how you are getting the jira issue details using the Rest API.
hi, thanks, is there a way to get all the information from all projets, but to exclude all the description fields, most of them are on the second level
Hi Is there any option to find the size of all Jira projects using RestAPI and if the option is available then please let me know how to find which project utilizes high space?
Hi sir, I am new to API Jira and SQL servers. I am working on a project I want to retrieve build details of a plan using release and issues linked to them and I m getting some errors I need some support on the project can you possibly help me with whom should I connect.
great video series on Jira! Have you considered going over their OAuth flow when integrating with other services? Their documentation is lacking in that area.
I will do that for sure. Planning to create videos on that topics in my Mastering Groovy series: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jddcjfhDnJ4.html
Hi sir, I am new to API Jira and bamboo. I am working on a project I want o to retrieve build details of a plan using release and issues linked to them
Yes, if you are on cloud then using REST API you can get all the issue details. Including the parent issue key. Use the end point rest/api/3/issue/SD-24 where SD-24 is the sub task.
Thank you so much for those videos of jira api rest. please I have a problem. I want to edit a test execution to add a test plan but this field "Test plan" is displayed only in the UI and when I try to get the test execution I don't see "test plan" on the list of returned fields. Can you help me please? thank you so much