Hi Everyone,
I am working in an application where i want to integrate JIRA services for my user, Where i want user to connect with there Jira account after successful authentication and create board, write stories, issue ,bugs etc.
Currently, I am thinking of setting API's to my application so that user can do this all, But failed to get proper guidelines to do so.
please if anyone can help me out?
Thanks & Regards
Himanshu Sharma
Hi @Himanshu Sharma ,
Welcome to the community.
Can you please explain again what you are trying to do ? You have build a custom application, and you want to integrate Jira with this application ?
So it something is done in Jira, you want Jira to call the API of your application to do something ? Can you give an example of what you want to do ?
Best regards,
Kris
Hi @Kris Dewachter ,
Thanks for reaching out.
I would love to explain what I am trying to achieve.
I am building an application where I want users to create issues or write stories in their Jira board.
When users click on the Jira icon in my application, I want them to log in to their Jira account. After logging in, they will be asked whether they want to create stories, report bugs, or use other Jira services that are useful for developer teams to collaborate.
I need your guidance and steps on how to achieve this.
Best regards,
Himanshu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Himanshu Sharma ,
If I understand correctly, the users will not create stories or bug tickets in Jira itself, but in your application that you are creating. And the application will then create the issue in Jira via the Atlassian API.
If so, there is no need for the user to login into Jira. Your application will communicate via Jira via 1 single API user. And in this API call, you will also set the correct "Reporter" of the ticket.
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kris Dewachter ,
Yes, you got it right. I do want to have some guidelines on the single API you mentioned and how I can use that API to call from my application. I am new to this type of integration, so it would be a great help if you could provide me with some suitable documents or video links for doing so.
Best regards,
Himanshu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Himanshu Sharma ,
Have a look at the API development documentation at https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about
Best regards,
Kris
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.