Patch #26819
openCreate related issue button
0%
Description
To create a related issue in Redmine, it is necessary to
- create the issue and
- link the issue to another issue
in two steps. This patch adds a button "Create related issue" to issue detail page. The button allows user to create an issue and add the issue relation (TYPE_RELATES
) in one step.
Files
Updated by Shreyas Moolya about 7 years ago
Sandra Tatarevicova wrote:
To create a related issue in Redmine, it is necessary to
- create the issue and
- link the issue to another issue
Hi Sandra,
I was keen to see this patch and hoping to be used in future releases.I am unable to apply the patch through Git Bash. Could you jot down the steps here? The command that I run was thiscd to redmine folder
patch -p0 < create_related_issue.patch
Any mistakes here? Comments would be appreciated.
Updated by Sandra Tatarevicova about 7 years ago
Hi Shreyas,
I have created the patch using git diff
. The problem was that patch created by git diff
contanins a/
and b/
prefixes (by default). I have removed the prefixes, you should be able to apply the attached patch by patch -p0
now. The original patch can be applied using git apply
.