New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10700
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Dylan Etkin [Atlassian]
Reporter: Matt Ryall [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Link types drop-down on Create Link screen shows "jira_subtask" links

Created: 28/Jul/06 01:30 AM   Updated: 21/Dec/06 09:43 PM
Component/s: Issue Links, Web interface
Affects Version/s: 3.6.3
Fix Version/s: 3.6.4

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0 minutes
Time Spent - 30 minutes
Time Spent: 30 minutes
Time Spent - 30 minutes

File Attachments: None
Image Attachments:

1. jiraLinkTypeList.png
(12 kB)

Participants: Dylan Etkin [Atlassian], Jeff Turner [Atlassian], Matt Ryall [Atlassian] and Scott Farquhar [Atlassian]
Since last comment: 2 years, 6 days ago
Resolution Date: 30/Jul/06 08:14 PM
Labels:


 Description  « Hide
Steps to reproduce:

1. Go to an issue on jira.atlassian.com.
2. Click "Link this issue to another issue".
3. Drop-down menu shows two items that shouldn't be there:

  • jira_subtask_outward
  • jira_subtask_inward


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 30/Jul/06 06:26 PM
We need a functional test to prove this, and make sure that it doesn't happen.

Dylan Etkin [Atlassian] added a comment - 30/Jul/06 08:14 PM
This got goofed up in a refactoring. We simply needed to flip a boolean to exclude the system links. We now have functional test coverage for this.

Jeff Turner [Atlassian] added a comment - 24/Aug/06 12:54 AM

Another effect of this is that the subtask link appears on the "issue links" page, where people are tempted to delete it. After deleting, creating subtasks breaks with:

java.lang.NullPointerException at com.atlassian.jira.config.DefaultSubTaskManager.createSubTaskIssueLink(DefaultSubTaskManager.java:417) at com.atlassian.jira.web.action.issue.CreateSubTaskIssueDetails.createSubTaskLink(CreateSubTaskIssueDetails.java:243) at com.atlassian.jira.web.action.issue.CreateSubTaskIssueDetails.doPostCreationTasks(CreateSubTaskIssueDetails.java:211) at com.atlassian.jira.web.action.issue.CreateIssueDetails.doExecute(CreateIssueDetails.java:111) at com.atlassian.jira.web.action.issue.CreateSubTaskIssueDetails.doExecute(CreateSubTaskIssueDetails.java:194) at webwork.action.ActionSupport.execute(ActionSupport.java:153) at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:57) at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:132) at com.atlassian.jira.web.dispatcher.JiraServletDispatcher.service(JiraServletDispatcher.java:185) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at
...