Bug #ISSUE-4
Can not save a subtask
100%
Description
When I create a subtaks of issure,
the redmine show the message 'Parent task is invali’ and can’t save.
Associated revisions
Support new issue id for parent_issue_id (fixes #ISSUE-4)
Patch #parent_issue_id to return ISSUE-X (#ISSUE-4)
History
#1 Updated by Vanessa GATEFAIT PERROUD about 10 years ago
Redmine waits for the parent id, not an alias created by Issue-id plugin. So you have to change alias for parent Id. You can now save issue.
make Redmine work with such IDs will be great.
#2 Updated by Mateusz Zająkała almost 10 years ago
How exactly can you change the alias for parent id? if I enable issue-id on my project (assign project identifier) then all issues are identified only by project-specific ID, I don’t see any way to reference them by any other means.
Any suggestion will be appreciated, other than that issue-id is wonderful work and great plugin!
UPDATE: I can locate the original numeric ID by using context menu on an issue and checking the URL (chich contains object id), then using this original ID in the “Parent Task” field and it does help - but this is very cumbersome...
#3 Updated by Andriy Lesyuk about 8 years ago
- Subject changed from can not save a subtask to Can not save a subtask
- Status changed from New to Open
- Target version set to 0.0.2
#4 Updated by Andriy Lesyuk about 8 years ago
- Priority changed from Normal to Major
#5 Updated by Mikhail Voronyuk about 8 years ago
Fixed in this fork: https://github.com/VoronyukM/issue_id
#6 Updated by Andriy Lesyuk about 8 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r25.