...
Table of Contents |
---|
Reindexing
WorkFlow Cleaning
Navigate the Reindexing tab on the Troubleshooting and Support screen.
Jus click Re-index to automatically run the following operations:
- Workflow Cleaning. For each workflow,
...
- exception made for the Default JIRA Workflow, the routine
...
- removes the approval condition on each transition
...
Fix User On Approval
For each approval controls if the comma separete for uses is different of ",", if it's true set the comma separete to ","
Check Configuration Fof Approval Mapping
...
- Update user list separator. For each Approval, the routine checks, on the Users field, if the user list separator is the comma. If the check returns true, the separator ',' is replaced by the separator '&'
...
Add permision on User_AWT
...
- Grant the user set on AWT global setting with permission to run workflow transition on all projects
- Check Approval Mapping
...
- . For each ApprovalMapping chek if substantial, if it is not true remove all ApprovalMappingRel and ApprovalMRA associated of ApprovalMapping to it
...
Check Approval Projects
- ????
- Check Issue Approval
...
- . for each IssueApproval of type ISSUE_APPROVAL_TYPE_FOR_SINGLE_ISSUE check if the HasConfiguratioForSingleIssue is correctly setting , else get the Issue Object, if exist delete the issueApproval ??
- Check
...
- Approval Projects
...
- . for each approvalProjects check if this project exist , if not exist delete the approvalProjects ??
- Check
...
- the Approval Request Enabled Projects. If the Project doesn't exist data are cleaned.
- Check the Define approval for single issue Enabled Projects. If the Project doesn't exist data are cleaned.
Approval Definers. For each Approval Definers check if the associated project exists. If the associated project do not exist, the routine deletes the Approval Definers, if not:
- find all issueType associated with the project
- find all ApprovalDefiners associated with the project
...
if exist issue to be Refreshed return number of issue, if not return reindex message
WorkFlow Cleaning
Navigate the Reindexing tab on the Troubleshooting and Support screen.
For each workflow, exception made for the Default JIRA Workflow, the routine removes the approval condition on each transition.
...