Hello All!
I'm trying to have a dynamic dropdown populate based on a custom field.
I have successfully implemented the one based on an the issue key, using {IssueKey}, but keep on getting errors when using a custom field.
I created the TempoType custom field, but when I pass it in the URL, using {TempoType}, I keep on getting errors.
This works great:
http://XXXXXXX:8025/tempo-service/rest/systems/{IssueKey}
This does not:
http://XXXXXXX:8025/tempo-service/rest/systems/{TempoType}
Any ideas? Am I reading the implementation correctly?
Thanks!