Insert JIRA ticket id (key) into a custom URL on every ticket

gerases September 15, 2015

Hello,

 

I would like to insert a custom URL on every JIRA ticket. The URL should take the user to a Jenkins job. However, Jenkins needs the JIRA ticket id (key) to do its job.

I already know how to create a custom URL (using Aha references), but how do I insert the JIRA ticket id into that URL?

 

Thanks,

   Sergei

1 answer

0 votes
GabrielleJ
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.
September 15, 2015

Write a piece of code to update it or use the ScriptedField (JIRA Script Runner plugin), or put a value on it using a post-function (Update a field value upon transition).

Suggest an answer

Log in or Sign up to answer