Hello Atlassian Community!
I would like to know if it's possible to get the "Last Used" information from Custom Fields using Atlassian API.
I was looking for this attribute in API Documentation but I couldn't find it.
Thanks in advance!
Hi,
It seems that is possible with this API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey how did you end up using this as for me it always seems to fail, or do you do it field by field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Edvinas Puslys I had to add the "expand" param to get this value, I share my example:
https://xxxxxxxx.atlassian.net/rest/api/3/field/search?startAt=1000&expand=lastUsed, key,isLocked,screensCount,contextsCount,searcherKey&orderBy=lastUsed
Where "xxxxxxxx" is the company domain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way to increase the
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.