Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3.2
-
Fix Version/s: Done
-
Component/s: Minyaa Suite
-
Security Level: Public
-
Labels:None
-
Rank:117
-
Workers:
-
JIRA Release:4.0.0
Description
Based on http://jira.atlassian.com/browse/GHS-1655 I uninstalled the minyaa plugin from Jira 4.0. This resulted in the side effect that subtasks section is not shown anymore for any ticket.
Adding the minyaa plugin again removed the problem. What is the proper way of removing the Minyaa plugin, leaving the base Jira system unaffected?
Regards,
Simon
Issue Links
| This issue is related to: | ||||
| MYAA-464 | As Administrator, after a Minyaa uninstallation, I want see the restore JSP file recompiled. |
|
|
|
How did you process the uninstallation ?
When the uninstallation is done, are you able to find file *.myaa in atlassian-jira folder and subfolder ?
If No, the installation has been sucessfully done,
If Yes, you may restore the original JIRA file as follow for each file.ext.myaa files found :
The sub-Task access are managed by Minyaa through a Custom Permission and a change in secure/views/issue/viewissue.jsp
When you commented in GHS-1655, that you have the same issue after having removed Minyaa plugin, you was writing about the Issue transition for old issue or any new issue ?
In the database, look in JIRAISSUE table the WORKFLOW_ID field and verify if it exists as Id in OS_WENTRY, it may be a direction to search (It is not verified as linked to Minyaa)
Note that Minyaa 1.3.2 fixes the issue, and that next release of Minyaa (1.4) removes the override of WorkflowManager.
We are interested by your returns.
Regards
Vincent
- delete the file file.ext
- rename the file.ext.myaa as file.ext
The sub-Task access are managed by Minyaa through a Custom Permission and a change in secure/views/issue/viewissue.jsp When you commented in GHS-1655, that you have the same issue after having removed Minyaa plugin, you was writing about the Issue transition for old issue or any new issue ? In the database, look in JIRAISSUE table the WORKFLOW_ID field and verify if it exists as Id in OS_WENTRY, it may be a direction to search (It is not verified as linked to Minyaa) Note that Minyaa 1.3.2 fixes the issue, and that next release of Minyaa (1.4) removes the override of WorkflowManager. We are interested by your returns. Regards Vincent