I have installed "Github for Jira" and integrated Github Actions Workflow.
On development Tab for Jira issue, I need following information about how to configure it.
1. How to publish results / artifacts on Jira issue from GIthub actions workflow. Need supporting documents if available.
2. How to add reviewers?
3. How to configure "Other links" on Jira issue , development tab?
Adding pictures to support above queries.
I think that all the use cases you mentioned can be solved if you can send request from the GitHub Actions execution to the Jira Cloud REST API.
There are REST API end-points for attachments, links, etc.
See: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about
I tried to upload document for specific Jira issue using REST API and it works.
My requirement is how to upload at the location " Test Results" in the above snippet.
Could you please let me know, as I couldn't find supporting documents for that.
Thanks,
Shriya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.