Vote #78785
未完了Create related issue button
0%
説明
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.
journals
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 this
@cd to redmine folder@
@patch -p0 < create_related_issue.patch @
Any mistakes here? Comments would be appreciated.
--------------------------------------------------------------------------------
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@.
--------------------------------------------------------------------------------