Hi all,
I've just added 3 fields to Tempo AddOn, section "Worklog attributes" but it seems the JSON command on a dynamic drop down is not working.
I used the following JSON atributes/values definition according with Tempo help:
/rest/tempo-rest/1.0/accounts/json/getDynamicDropdown/|01|02|03|04|05|06/Selecionar|KMs|Portagens|Refeicoes|Transp.Publico|Hotel
Why is Tempo not showing the dropdown list when I log work in timesheet?
Is there any error in my JSON command?
Thanks!
mdias
Hi Manuel
can you take a look at https://tempoplugin.jira.com/wiki/display/TEMPO0711/Tempo+Dynamic+Drop-downs and try out the example given there (in the Select List section) in your system. Please note that you need to have an Issue chosen in the Log Work dialog so the dropdown is populated.
Regards,
Susanne
Was just trying this functionality and I got stuck on this bit -- "you need to have an Issue chosen in the Log Work dialog so the dropdown is populated". Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Benedikt,
Your example doesn't work also: I copy/paste your code to Tempo worklog attribute definition, and when logging work, the drop down doesn't show.
Any other idea what the problem might be? Do I have to activate anything special for this to work? I played with it 1 month ago, and it worked fine.
I believe its a bug in the Tempo/JIRA platform...
Regards,
mdias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manuel,
Do you see any errors in your Browser console?
It looks like you may have an error in the snippet above, you list values from 01-06 (six in total), but only 5 labels.
So you might have better luck with this:
/rest/tempo-rest/1.0/accounts/json/getDynamicDropdown/|01|02|03|04|05/Selecionar|KMs|Portagens|Refeicoes|Transp.Publico|Hotel
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.