Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to bulk delete work logs?

Sienna Davids
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 22, 2021

I accidentally added the wrong end date for a repeat work log and now I have about 40 logs I want to delete but can't find a way to alter the end date nor bulk select in order to delete in one go.  Do I really need to go in and delete each one individually?

And FYI for any Atlassian employees reading this, I tried to check the help pages but I just get a blank display when I click the question mark icon.

atlassian help bug.png

3 answers

1 accepted

2 votes
Answer accepted
Rodrigo Nunes March 22, 2021

You would need to check with Atlassian, as they will need to do this for you. only possible on the version server via SQL command.

0 votes
Chris
Contributor
July 12, 2022

I've been able to do this with a JMWE action that looks like this

 

{% for id in issue | worklog | field("id") %}
{{ "/rest/api/3/issue/:issue/worklog/:logID" | callJira(verb="Delete",params={"issue":issue.key,"logID":id}) | dump(2)}}
{% endfor %}
0 votes
Sienna Davids
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 22, 2021

Ok thanks.

Seems to me this is an oversight. Bulk delete is very basic functionality.

But that's typical of Atlassian - astonishingly they didn't even have a copy functionality or a bulk create until very recently, and that is such a glaring oversight too.  But you'd have thought they'd have implemented bulk delete when they implemented that.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events