-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: Historical
-
None
-
1
-
Severity 3 - Minor
-
1
Summary
Example scenario:
- Hierarchy levels:
- Program - Program issue type
- Initiative - Initiative issue type
- Epic - Epic issue type
- Story - Story issue type
After moving an Initiative to Program issue type, the Issue Property still intact.
Steps to Reproduce
- Step up the Hierarchy levels as above.
- Create an issue with Program issue type.
- Create an issue with Initiative issue type.
- Set the Initiative issue's Parent link to Program issue.
- Move Initiative issue to change the issue type to Program issue type.
Expected Results
Checking the originally created Program issue:
- <Base URL>/rest/api/2/issue/<Issue key>/properties/
Result:{"keys":[{"self":"<Base URL>/rest/api/2/issue/10013/properties/sd.initial.field.set","key":"sd.initial.field.set"}]} - Hacking the request from the Actual Result to check jpo-issue-properties:
<Base URL>/rest/api/2/issue/10013/properties/jpo-issue-properties
Result:{"errorMessages":["The property jpo-issue-properties does not exist."],"errors":{}}
Actual Results
- <Base URL>/rest/api/2/issue/<Issue key>/properties/:
Result:{"keys":[{"self":"<Base URL>/rest/api/2/issue/10015/properties/jpo-issue-properties","key":"jpo-issue-properties"},{"self":"<Base URL>/rest/api/2/issue/10015/properties/sd.initial.field.set","key":"sd.initial.field.set"}]} - <Base URL>/rest/api/2/issue/10015/properties/jpo-issue-properties:
Result{"key":"jpo-issue-properties","value":{"parent_id":"10013"}}
Notes
- The Parent link information on the issue itself shows up fine and does not have any link to the old Parent after changing the issue type.
- Parent Link JQL also returns the correct result.
Workaround
You can delete the Issue Property by using this REST API; DELETE /rest/api/2/issue/{issueIdOrKey}/properties/{propertyKey}.
- was cloned as
-
JRASERVER-65676 Issue property is not being deleted when moving an Issue to most top Hierarchy level
-
- Closed
-