Project

General

Profile

Actions

Patch #26819

open

Create related issue button

Added by Sandra Tatarevicova over 6 years ago. Updated over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

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

create_related_issue.patch (3.85 KB) create_related_issue.patch Sandra Tatarevicova, 2017-08-31 17:43
create_related_issue.patch (3.71 KB) create_related_issue.patch Sandra Tatarevicova, 2017-09-01 15:43
Actions #1

Updated by Shreyas Moolya over 6 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 this
cd to redmine folder
patch -p0 < create_related_issue.patch

Any mistakes here? Comments would be appreciated.

Actions #2

Updated by Sandra Tatarevicova over 6 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.

Actions

Also available in: Atom PDF