Hi
I have a large number of epics & stories that I need to close, when performing a bulk change I am getting stuck as the 'Time Spent' is require (Usually this dialog appears when manually trying to move an issue to 'Done')
I would like to perform a bulk edit, enter the same figure for Time Spent, and move all tickets to Done.
Is this possible?
1. Create an automation rule with Manual Trigger
2. Filter issues you want to update
3. Run the rule on one of the filtered issues.
Screenshot:
Hey there.. you can use Automation, find the set and use this to populate time spent:
{
"update": {
"worklog" : [
{
"add": {
"timeSpent" : "6m"
}
}
]
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Paul,
Welcome to Atlassian Community!
The Time tracking functionalities such as Time Spent (Log work) are not available for bulk change.
There is a feature request suggesting the implementation of this ability:
Please, click on vote and also watch to receive updates from our product team.
For now, the workaround would be to remove the validator on the workflow to let the field optional, so you can bulk transition them and then, add the validator back for users to log work when closing a ticket.
Kind regards,
Angélica
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.