How to getting the created time a customfield?

Az Zahra Syahida
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!
July 25, 2024

Screenshot 2024-07-26 102251.png

Can i get the create date from this custom fields "Resolution" activity? so this column is drop down and can be changed, now i want to know the first date from the selected option.

which API should i choose?

1 answer

0 votes
Mutya A
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 28, 2024

Hi Az,

Did you mean to get the date when the Resolution custom field was created? If yes, and if this is recent, you can get this information even without the use of API. You can go to the board and export it into JSON to see its most recent board activity, including creating custom fields.

We have more info on this here:

 Once you have the .JSON file, you can look for this action property below:

createCustomField

You can look for the custom field name if it matches "Resolution". From there you will see the "date" when this custom field was created.  

If your question means getting the date when the Resolution value was modified, after a user selected an option, then this isn't a straightforward solution that I can think of. But you can find abstracted data when you add a ".json" in the card (e.g. https://trello.com/c/ABCDEF/123-card-name.json) to look at card-specific activities. You can then look for this value in the JSON:

updateCustomFieldItem

You can find more information on custom field APIs here:

I hope this helps, but let us know if you have any questions!
----------------
If this post helps with your query, then please consider the Accept answer or Like button to help the other users find it more quickly.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events