Hi,
On jira cloud, i use automation.
I send web request to get information of worklog (we use tempo timesheet plugin)
I need to retrieve the worklogid to use it in next step of automation.
I try with a smart value {webhookResponse.body.tempoWorklogId}} but it is empty
when i use smart value {webhookResponse.body}}, it is not empty but how retrieve and use tempoWorklogId only ?
Hi @Mélanie Liguet ,
I would consider myself a novice on API and I‘m not familiar with the tempo timesheet api. Just did a research in the api docu.
according to the following link:
https://apidocs.tempo.io/v4/#tag/Worklogs
try to use
{{webResponse.body.results.tempoWorklogId}}
Best
Stefan
Hi @Mélanie Liguet,
If this doesn't work, if you can provide an example of the output (maybe sanitise anything sensitive) then we can help figure out what the smart value should be.
Cheers,
Simeon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that's work with smart value
in my case it is {{webhookResponse.body.results.tempoWorklogId}} and i can use it une next step of automation
thank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
awesome 🎉 great to know it‘s working. Thanks for the reply.
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.