Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to Integrate the jira in my web application using Asp.net .

Laxmikant Rawate April 6, 2022

In this integration, the user should log in to Jira and create an issue, Can anyone help me.

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2022

By "log into Jira and create an issue", are you thinking you want to take the user to Jira, or do you mean you want your application to gather the data and post it for them?  You've got four approaches really:

  1. Link to Jira and ask them to log in normally
  2. Use an "issue collector" in Jira.  These give you some code you can put into an application which pops a collector box that then posts into Jira (it will still need a login from the user though, in some cases)
  3. Get your application to ask for data and post it directly into Jira using the REST API
  4. Similar to the one above, but if your Jira shares users with your application, you can post the data as though they are the reporter
Laxmikant Rawate April 9, 2022

I wana complete flow of jira from login to create issue for user on web application in asp.net

Laxmikant Rawate April 9, 2022

I want to trigger the jira login window in web application using asp.net

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2022

To take someone to the Jira login, all you need to do is put a link to your Jira on your page.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events