You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue with the Attachment object. I've a scenario where I want to retrieve the most recent atttachment from a given JIRA issue. I'm trying to sort the attachments of a given JIRA ticket as per the created date in descending order to achieve that.
But "Attachment.getCreatedDate()" doesn't have a populated date field. There is a field "fastTime" but it's value cannot be utilized to sort the attachment list.
Can someone help me out with this issue ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I'm facing an issue with the Attachment object. I've a scenario where I want to retrieve the most recent atttachment from a given JIRA issue. I'm trying to sort the attachments of a given JIRA ticket as per the created date in descending order to achieve that.
But "Attachment.getCreatedDate()" doesn't have a populated date field. There is a field "fastTime" but it's value cannot be utilized to sort the attachment list.
Can someone help me out with this issue ?
Thanks.
The text was updated successfully, but these errors were encountered: