Custom Button Help

Ethan Van Doorne November 16, 2018

Hi everyone - brand new Jira baby here, hoping I can get some simple guidance on an issue I'm trying to solve. I'm using Jira Server and I have Scriptrunner in the toolbox. 

What I'm trying to do is pretty simple. I need to create a button/action that appends the Reporter's ID {{issue.reporter}} to the end of a static URL e.g.:

URLhttps://website.com/id=

Reporter ID: userid

Resulting in the dynamically created link https://website.com/id=userid

So far I have located the desired location for the button (operations-top-level) and used a Script Fragment Custom web item associated with the appropriate project key (INC). My feeling is that I need to use javascript to bind an action, but I'm not sure how to go about it.

Anyone feel like being a hero on a Friday? 

1 answer

0 votes
Jakob Mayer-Maly November 11, 2019

 https://website.com/id=${reporter} will insert the username of the reporter

Suggest an answer

Log in or Sign up to answer