...
- Go to Settings > Issues > Support Tracker Configuration > Support Tracker Mapping
- Or use the JIRA shortcut 'g' + 'g' and type in Support Tracker Mapping
- Or use the JIRA shortcut 'g' + 'g' and type in Support Tracker Mapping
- Click on the Support Tracker project name to edit the mapping
Select the Reference Number FieldAnchor ref_num ref_num - This selection list will only include ALL JIRA Number type custom field
- The reference number is equivalent to the credit unit to track
- The reference number should be a field common across all projects grouped together in the Support Tracker issue (support bucket)
- e.g. in this case the reference number field could be a number field called "Man Days"
Note title Empty Reference Number field This selection list will be empty if there are no existing Number fields in the JIRA instance. Please create a Number field first before proceeding.
Select the Reference Date FieldAnchor ref_date ref_date - This selection list will only include ALL JIRA Date type custom field and JIRA issue date field
- The reference date will be used to compare with the Maintenance Period define by the user for each issue within the Support Tracker project
- The reference date should be a field common across all projects grouped together in the Support Tracker issue (support bucket)
Set the Warning LevelAnchor warning_lvl warning_lvl - The warning level is a percentage value, defaulted to 70%
- The warning level should be from 0 – 100%
- The warning level will be used to determine the colour of the report progress bar – the bar will turn orange if credit utilisation exceeds the warning percentage
- The warning level is also used to determine whether Workflow Validator and Background Notification will notify user when credit utilisation has exceeded the warning level or 100%
Select the Notification LevelAnchor notification_lvl notification_lvl - The notification level will define the mode of notification
- None – no background notification will be triggered for this Support Tracker project
- Warning – notification will be set in each Support Tracker issue with credit utilisation exceeding the warning percentage
- Exceeded – notification will be set in each Support Tracker issue with credit utilisation exceeding 100%
- Warning & Exceeded – notification will be set in each Support Tracker issue with credit utilisation exceeding the warning percentage or 100%
- Select the Notification Frequency
- Daily – background notification will be sent daily
- Every Monday – background notification will be sent every Monday
- Every 1st day of the Month – background notification will be sent on the 1st day of each month
- The notification level will define the mode of notification
Set the JQL QueryAnchor jql jql - The JQL Query added here will be used to further refine the report condition
The default condition is
Code Block project in (multi-project list) AND reference number is not EMPTY AND reference date >= start date AND reference date <= end date
If JQL Query condition is set, the JQL condition will be added to the default condition for each ticket in the mapped Support Tracker project.
e.g. given the following JQL Query:
Code Block statusCategory != Done OR resolution is EMPTY
the full condition governing the report now becomes
Code Block project in (multi-project list) AND reference number is not EMPTY AND reference date >= start date AND reference date <= end date AND (statusCategory != Done
OR resolution is EMPTY)
The report condition with the additional JQL Query (if any) will affect the following features:
Tip icon false title JQL Condition Example e.g. A tracked customer project has "Service Request" and "Bug" issue types
To restrict the tracking condition of the Support Tracker project to "Service Request" issue type only, set the JQL query as such:
- The main Support Tracker Mapping page will show a summary of each Support Tracker Project's mapping once the mapping has been configured
...