Is it possible to integrate Jira in our web application same as we see in confluence i.e. when we select any text it gives the option to create Jira Issue
For other alternatives, you could check out Issue Collectors on this help page and this further page for Advanced Issue Collectors, to see if these are a good option?
Aside from this you can create a custom link to pre-populate the project / issue type into the create screen.
The URL will look like this:
<Your Instance>.atlassian.net/secure/CreateIssue.jspa?issuetype=10123&pid=10321
If you're using a classic project, to get the Issue Type and Project ID you'll need to be a Project Admin and:
Add these to your URL to have the hyperlink. This will take users to Jira to create their issue.
You could add this URL to a button on your own website?
Ste
Absolutely. Your application will need code to show and read the highlight, and, when clicked, send the data to Jira over REST (after some form of authentication)
I am aware that is a very general answer, but I do not have much more to work with past "process pokes Jira"
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.