The archiving functionality allows users to move whole Jira projects or single issues into an "Archived" status. This removes the issues from the Jira index without wiping them from the database. This functionality is available in Jira Data Center but not in Jira Server. The purpose of this ...
although they will only see issue results from projects where they can view issues (i.e. 'Browse Project' permission).You'll find a step-by-step guide below that will show you how to run a search and use the search results. If you want more details on anything described on ...
search Is there a way to edit the end date once a sprint has started? Accidentally started a sprint (on the Rapid Board) and it's been running a while before we realised that it's end data was July, not June. (Hadn't noticed the date picker had moved forward a month). ... ...
Using the dropdown menu next to the search bar, includeArchivedreleases in your view. Lastly, use themenu on the right toUnarchiveyour release. Issue was removed from the plan Planners can remove issues manually from your plan using the bulk actions menu. These issues are removed from the vi...
archived:false, released:true, releaseDate:2023-01-01, project:{ self:/rest/api/2/project/10000, id:10000, key:PROJ, name:ProjectName }, issues:[ { key:PROJ-1, fields:{ summary:IssueSummary, status:{ name:Closed }, issuetype:{ name:Bug }, priority:{ name:High } } }, { key:...
You can view the issue history in the Jira application, via the Issues dropdown or by using the lastViewed JQL field in an issue search. Request Path parameters issueIdOrKey stringRequired Request bodyapplication/jsonExpand all Issue update bean fields object historyMetadata HistoryMetadata ...
You can view the issue history in the Jira application, via the Issues dropdown or by using the lastViewed JQL field in an issue search. Request Path parameters issueIdOrKey stringRequired Request bodyapplication/jsonExpand all Issue update bean fields object historyMetadata HistoryMetadata ...
This JQL search only returns impacted issues in active projects. If an archived or trashed project contains invalid epic-link relationships, these links will not be recovered when the project is restored. Learn more about advanced searching in Jira. ...
Applied this to Search and ORM (for ORM missed the transition part, so the issues won't show up as closed, but all are archived) Looking at the remaining issues: project = HSEARCH AND summary ~ "Sync issue placeholder" AND key < HSEARCH-5262 ORDER BY created DESC and project = HHH ...
send("GET", "/rest/api/2/search").json()["issues"]) def delete_issue(client): issue = random_issue(client) return client.send( "DELETE", "/rest/api/2/issue/{}".format(issue["id"]), ) def comment(client): issue = random_issue(client) return client.post( "/rest/api/2/issue...