Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is there a way to get the date that the due date was marked completed on a card?

Matt Clark January 16, 2019

I would like to be able to pull from the API the date that the 'Due Date' checkbox was marked completed. This shows up in the activity log in the UI.

I'm looking at the cards API, and I only see "due", which is a date, and "dueComplete", which is a boolean.

I looked at the list of actions, and there is nothing related to marking the due date complete.

 

Is there no way in the API to pull this information?

1 answer

1 accepted

0 votes
Answer accepted
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 16, 2019

@Matt Clark if you call the /cards/actions/ end point and add filter=all to the query, then you'll see actions with this in them:

data={
old={
dueComplete=false
},

when the "old" member has dueComplete=false that implies that dueComplete is now try, and that's the action where the due date was marked as complete.

Matt Clark January 17, 2019

Very helpful, thanks Iain! The "filter=all" is what I was missing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events