Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-13362

Allow JIRA issues to be scheduled based on either Issue Due Date, Issue Start Date, Version Due Date, Version Start Date, Linked Due Date or Linked Start Date

    XMLWordPrintable

Details

    • 3
    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Atlassian Update – 13 Jan 2016

      Hi everyone,

      Thanks for voting and commenting on this issue. Your feedback is key to helping us understand how you use JIRA so we can continue improving your experience. We have reviewed this issue over the last few days; however there are no immediate plans to put this suggestion on our near term roadmap.

      I'd recommend to take a look at Portfolio for JIRA's features to evaluate if that could help you manage and schedule your issues as described here.

      I understand that our decision may be disappointing. Please don't hesitate to contact me if you have any questions.

      Regards,
      Daniel Franz
      dfranz@atlassian.com
      Principal Product Manager, JIRA Platform

      The following (if feasible) would allow issue dependencies to be created, ranging from just two issues up to potentially all issues in a given version of a project.

      This would allow Gantt charts to be created.

      ********************************

      Add two fields to JIRA issues:

      • ScheduleType (single-select list) – required.
      • StartDate (time/date) – requiredness depends on the value of ScheduleType as itemised below.

      Add one field to JIRA project versions:

      • VersionStartDate (time/date) – required.

      Make the following existing field required:

      • VersionDueDate (time/date) – required.

      Enhance the global configuration of Link Types so that one Link Type must be nominated as the 'Master' (this Link Type will be used to control actual dependencies between issues).

      ********************************

      ScheduleType has 7 possible values:

      1. 'Issue Start Date'
      2. 'Issue Due Date'
      3. 'Start After Linked Issues Finish'
      4. 'Finish Before Linked Issues Start'
      5. 'Version Start Date'
      6. 'Version Due Date'
      7. 'None'

      Depending on which value the user selects, the following will occur:

      (1). If ScheduleType = 'Issue Start Date', then:

      • OriginalEstimate is required.
      • StartDate is required.
      • DueDate (non-editable) is automatically set to StartDate plus OriginalEstimate (or, if work has already commenced, to StartDate plus RemainingEstimate).

      (2). If ScheduleType = 'Issue Due Date', then:

      • OriginalEstimate is required.
      • StartDate (non-editable) is automatically set to DueDate minus OriginalEstimate.
      • DueDate is required.

      (3). If ScheduleType = 'Version Start Date', then:

      • OriginalEstimate is required.
      • StartDate (non-editable) is automatically set to the VersionStartDate.
      • DueDate (non-editable) is automatically set to StartDate plus OriginalEstimate (or, if work has already commenced, to StartDate plus RemainingEstimate).

      (4). If ScheduleType = 'Version Finish Date', then:

      • OriginalEstimate is required.
      • DueDate (non-editable) is automatically set to the VersionDueDate.
      • StartDate (non-editable) is automatically set to DueDate minus OriginalEstimate.

      (5). If ScheduleType = 'Start After Linked Issues Finish', then:

      • OriginalEstimate is required.
      • StartDate (non-editable) is automatically set to the latest DueDate of all linked issues where the Link Type matches the specified 'Master' Link Type and the current issue contains the Outgoing Link; or if no such links exist, to the VersionStartDate.
      • DueDate (non-editable) is automatically set to StartDate plus OriginalEstimate (or, if work has already commenced, to StartDate plus RemainingEstimate).

      (6). If ScheduleType = 'Finish Before Linked Issues Start', then:

      • OriginalEstimate is required.
      • DueDate (non-editable) is automatically set to the earliest StartDate of all linked issues where the Link Type matches the specified 'Master' Link Type and the current issue contains the Incoming Link; or if no such links exist, to the VersionDueDate.
      • StartDate (non-editable) is automatically set to DueDate minus OriginalEstimate.

      (7). If ScheduleType = 'None', then:

      • StartDate is editable (and optional); but cannot be set to empty if any Outgoing links of the 'Master' Link Type exist.
      • DueDate is editable (and optional); but cannot be set to empty if any Incoming links of the 'Master' Link Type exist.

      ********************************

      NOTES:
      . The system 'Time Tracking' values (i.e. 'Hours per day' and 'Days per week') would need to be taken into account in the above calculations.
      (ii). Whenever there is a change to an issue's StartDate, DueDate, OriginalEstimate or RemainingEstimate, any linked issues (where the 'Master' Link Type is used) would need to be updated as per (5) and (6) above.
      (iii). Whenever a link between two issues is created, using the 'Master' Link Type, it would need to be validated to ensure that no circular dependencies are created; and any dependent issues would need to be updated as per (5) and (6) above.
      (iv). Whenever a link between two issues, of the 'Master' Link Type, is deleted, any linked issues would need to be updated as per (5) and (6) above.
      (v). Whenever there is a change to a version's VersionStartDate or VersionDueDate, any dependent issues would need to be updated as per (3), (4), (5) and (6) above.
      (vi). StartDate should not be used to constrain the 'Start Date' that appears on the 'Log Work' popup – this would just get too messy.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rosie@atlassian.com Rosie Jameson [Atlassian] (Inactive)
              Votes:
              95 Vote for this issue
              Watchers:
              44 Start watching this issue

              Dates

                Created:
                Updated: