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

Help! Need Assistance with Jira ScriptRunner and Tempo

klawson1124 February 24, 2020

Hello,

Was hoping for a quick response, so here goes... Like others have stated  I have read the Tempo documentation and find very little direction.  I am hoping others have done this before and can help, maybe provide some examples

My goal is to use a the Tempo Account field on the JIRA screen select the Account and within the log time dialog box populate a dynamic dropdown with the values associated with the Account selection. (varies for each account)

Looking for any suggestions or direction I can get. 

 

Thanks in advance for your attention to this.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Sascha Wadenpohl March 3, 2020

Hello,

you have to configure a dynamic drop down field (have a look to the linked documentation. Quite old but works fine).

You have to configure a link to your own webhook which returns the desired fields
http(s)://www.acme.com/jsonp/operations/{_Account_}
While
http(s)://www.acme.com = your custom URL

/jsonp/ = fixed string

operations = the name of your custom field, which will be filled with the return value(s)

/{_Account_} = indicates Tempo to replace {_Account_} with the selected Account on the worklog form

https://tempoplugin.jira.com/wiki/spaces/CORE040/pages/225607760/Adding+custom+fields+to+worklogs

Hopefully I could help you.

Cheers, Sascha

TAGS
AUG Leaders

Atlassian Community Events