Forums

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

Is It possible to Implement the Customised Action on JIRA Ticket

Arpit Jariwala (c)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2020

We are Integrating the JIRA on-prem with the one of the product for creating the ticket directly if any incident occurs in the product.

In-order to give the better flexibility to the customer, we would be creating the customised project template and workflow. Wherein we would like to perform the customised user action meaning when a user perform the action on the ticket a customised popup should be displayed capturing the relevant information, then to make a call to the product(via API) with which the integration has happened and to display the response(from the API) in the comment section of the ticket.

Wanted an information that the scenario mentioned above is possible to implement?

1 answer

0 votes
Niranjan
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.
October 8, 2020

Hi @Arpit Jariwala (c) ,

My recommendation for this integration would be 

 Create a workflow transition for the user action.

Associate a screen to the transition. Add fields to the transition screen and make them mandatory for the transition.

Then use polling mechanism through RESTAPI GET methods to get the values of these fields.

Then POST method from the product to JIRA to update comments.

 

https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-add-comment-8946422/

Suggest an answer

Log in or Sign up to answer