Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some possible scenarios use case for the Support Tracker are:

...

  • Your project kickoff on 18 April 2016 and sign off on 3 June 2016, and all your project related issues are tracked in one JIRA project called "Web Design for Company A" (WDCA)
  • For the project, you are supposed to deliver an estimated 100 designs to your customer for their Website revamp
  • Within the JIRA project WDCA, some of the issues will record the number of webpages/design collaterals delivered to your customer in the Number field called "Deliverables" and the Date field called "Date Delivered" when your team transit the issue to "Send to Customer" status
  • You only wish to track the total number of Deliverables not rejected by the customer; if the customer rejects the design, the issue will transit to "Rejected" status with the issue's resolution set to "Rejected"
  • You hope to get notified when the number of deliverables hits 90% of the estimated deliverables so that you can feedback to your customer for extension to your project timeline
  • You also wish to get notified and stop your project team from continuing if the number of deliverables exceeds the estimated 100 designs
Setup
  1. Create a Support Tracker Project – Deliverable Tracker (DT)
  2. Go to the Support Tracker Mapping to edit the mapping for DT and set:
    1. Reference Number: Deliverables
    2. Reference Date: Date Delivered
    3. Warning Level: 90
    4. JQL Query: "resolution != Rejected"
    5. Optional: you can leave the rest of the settings as it is
  3. Save the mapping configuration
  4. Create the DT issue with the following:
    1. Summary – WDCA Deliverables
    2. ST: Linked Project(s) – WDCA
    3. ST: Contract Start Date – 18/Apr/16
    4. ST: Contract End Date – 3/Jun/16
    5. ST: Total Credit – 100
  5. View the Support Tracker Report from the WDCA project itself
  6. Edit the workflow for the project WDCA (ensure the workflow is not shared with other projects)
    1. Add Support Tracker workflow validator for the transition to "Send to Customer" status
    2. Set the validator to:
      1. Support Tracker Project: WDCA
      2. Validation Response for Warning: Continue transition and comment on Support Tracker issue
      3. Validation Response for Exceed: Stop transition and comment on Support Tracker issue
      4. Include current issue?: Include

...