You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.