Hi Im working on a project where I need to integrate teams with Jira and notify it whenever a issue is created. I tried using webhooks but not all events are getting notified. So I wanted to try it with Rest API. So How do I get an API response for the issue I have created?
Hi @Pradeep A
when working with API on a remote service you would have to query it in order to get back the data you are looking for. From my believe there is no ready-made solution available - you would have to do it all on your own in regards to a API implementation.
However, I am wondering if it is the MS Teams you are integrating with - in case it is probably an App from Marketplace which did all the hard work for you already could be an alternative:
https://marketplace.atlassian.com/search?query=teams
You could check them.
Regards,
Daniel
In case this error persists please feel free to raise a request with their vendor.
I do not use it personally and cannot reproduce the issue therefore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pradeep A
Look at this post, maybe can help you
https://docs.atlassian.com/software/jira/docs/api/REST/8.13.2/#api/2/issue-createIssue
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vero Rivas I have already took a look at it, But I want to create an issue from Jira and get the issue details through the API. I need to receive the issue details, So that I can work with my third party app. Hope you can Understand my scenario. Please revert back if you have any solutions.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.