Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Add link/button to "Run" drop-down list

Christopher Dancy
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.
July 22, 2013

Anyway to add a custom link/button to the "Run" drop-down list? This is the list which usually provides:

-Run

-Run Customized

-Rerun failed jobs (in some contexts)

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Christopher Dancy
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.
November 11, 2013

I ended up using a web-item:

<web-item key="sampleKey"

name="SampleKey"

section="chainResult.actions/chainResultActions"

weight="60">

<label key="Some run link" />

<link linkId="reRun_link_id">/plugins/aaor/sampleKeyAction.action?planKey=${buildKey}&amp;buildNumber=${buildNumber}</link>

<condition class="com.some.condition.SampleKey" />

</web-item>

0 votes
William Gomes November 11, 2013

I would like to do the same, where this links to custom UI/plugin which then displays only a set of parameters for the run option. Is that possible?

TAGS
AUG Leaders

Atlassian Community Events