If I understand your question, you want to identify the user who logged work for an issue using an automation rule.
When the rule is triggered on Work Logged, the person doing so would be this smart value:
user who logged this work: {{worklog.updateAuthor.displayName}}
If instead you have an issue which has work logged, you may list the users who did so like this:
all users who logged work on the issue: {{issue.worklogs.updateAuthor.displayName}}
Kind regards,
Bill
Thanks,
it's ok, but it didn't work. I read also in ChatGPT that it would works.
I proved this ways but didnt work:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First thing, I recommend not using any bots to answer questions for Jira automation rules. Unless you enter all of the context / configuration info for your Jira instance, any suggestions provided may lead you to waste time trying things that could not possibly work for your own Jira site.
Instead it is better to learn the fundamentals of writing rules and how to diagnose problems with them as you will already know how your site / project are configured. Thus you can observe cause / effect faster than a bot.
Back to your question, please post the following to provide more context:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill, I answer bellow each question:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that additional information, Erika.
You are using Tempo Timesheets, and I do not have experience with that product. My understanding is the rule will need to call the Tempo REST API to get the data you want using the Send Web Request action.
Please see this documentation page from Tempo for more information on this technique: https://tempo-io.atlassian.net/wiki/spaces/KB/pages/3050340390/Add+worklog+description+and+time+spent+as+comment+to+the+issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.