How many days worth of data will JIRA pull using this query issuekey in issueHistory() order by lastViewed DESC
TIA!
@Ash Please see the details of "issueHistory()" JQL function from this Atlassian doc: https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearching-functionsreference-issueHistoryissueHistory()
The number of days don't matter while returning the issues, the count of issues matters rather.
@Taranjeet SinghThanks for your reply. According to this document it will return up to 50 issues.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.