I have seen many documents, but I have found only the code that creates issues or projects, and I have not seen the code that get issues. Is there a api to get issues from jira to the confluence? I'd appreciate it if you could let me know the document for reference.
Dear @hyojoon choi ,
what would you exactly like to do? Convert a jira issue to a confluence page? After which action / upon which criteria?
So long
Thomas
I wanted to get the contents of Jira's field through the application link, but I didn't have any information, so I brought it through Rest Api. Thank you for your answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @hyojoon choi ,
both applications have rest interfaces. You can read Jira issues (and their fields) and put this information in a Confluence page by creating/updating pages.
GET: https://jira/rest/api/2/issue/ABC-1234
Then you have to parse the returned JSON for your fields and convert it to a Confluence JSON.
POST: https://confluence/rest/api/content
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @hyojoon choi ,
was my answer useful? Then I would be happy when you click on the "green accept answer" button.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Who doesn’t love a good template? We sure do! Check out our top template picks for Marketing teams who want to streamline their processes, enhance collaboration, and take their marketing to new heights.
Read more 📚Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.