Hi,
I am not sure if this will serve the goal you're trying to achieve, but if that's an option in your situation, you could use our Clockwork Pro app which features custom worklog attributes.
Currently we only support boolean (checkbox), single-select (dropdown) and multiselect (label-style) fields with plans to implement some other custom attribute types in the relatively near future.
You can read more about this feature on our blog and on our documentation page.
Let me know if you'd like to know more. You can also reach out to our CS team via our Service Portal.
Cheers!
Hi Maurice,
what kind of extra information would you want to add, and from what? A Nunjucks script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA field values when executing a post function...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JMWE can't log the entire issue, that would be way too big.
May I ask why you'd like to log issue fields - for what purpose, and in what context (e.g. in which post function)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @David Fischer ,
I would like to know if I can add a custom field like department on worklog created post function where it set the department based on user property and this attribute should be per worklogauthor that is if multiple worklogs on the same ticket each field department should reflect the attribute of each worklogauthor and not only the latest worklogauthor.
Is this possible?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ASP Systems ,
I'm afraid I didn't understand your question.
add a custom field like department on worklog created post function
What do you mean by "worklog created post function"?
And what do you mean by "each field department"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I meant which is currently done, I entered jwme user properties key: Department-->Value: DepartmentName which is specific to each user. I want to access this user property in a report or show it in a column in issue view. I created a custom field which is of type user property. I am using event based action, to update the Department field on worklog created trigger which is being successful. But whenever someone else logs work to the issue it updates the Department field with his user property, which renders the report inaccurate, since any worklog report shows the Department of last user logged user property on each row. I don't know if that explains your question. If there is way to access the user property directly in a column that would be much better since fields are issue dependent.
Thank you.
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you'd like your Department issue field to show the list of all the departments of all users who added a worklog? In what format? A comma-separated list (assuming the Department custom field is a text field)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using export to google sheet to export the worklogs but if it can be done through comma separated list that will do also
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.