public interface ArchivingDao
| Modifier and Type | Method and Description |
|---|---|
long |
archiveIssuesInProject(Project project)
Marks all issues in the specified project as archived in the jiraissue table
|
long |
getActiveIssueCount()
Counts all active (not archived) issues
.
|
long |
restoreIssuesInProject(Project project)
Marks all issues in the specified project as active, except the ones that had been individually marked
as archived (the ones that have archivedby and archiveddate set).
|
long getActiveIssueCount()
long archiveIssuesInProject(Project project)
long restoreIssuesInProject(Project project)
Copyright © 2002-2024 Atlassian. All Rights Reserved.