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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Help! Need Assistance with Jira ScriptRunner and Tempo

Edited

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

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