Vivid Trace 1.3 Visualization Guide
This document is a topical guide on visualizations with Vivid Trace. This document covers the following topics:
Supported Issue Fields
Vivid Trace displays built-in and custom field data according to customizable issue field layouts. Built-in fields are packaged with JIRA, and are distinguished primarily at JIRA's API level where each field is programmatically accessed through its own dedicated API calls. On the other hand, custom fields are instances of custom field types and must be configured into existence, typically by JIRA administrators. Custom field types are prepackaged with JIRA or provided by JIRA add-ons. What follows is an exhaustive list of the built-in and custom fields packaged with JIRA. Excepting fields accompanied by remarks on display format or support status, Vivid Trace is able to display each of these fields. If you need Vivid Trace to support an unsupported field, contact Vivid Support with your request.
Built-in Fields
This list is sorted by built-in field name. The name might differ depending on the version of JIRA in use.
Built-in Field Name | Remarks | |
---|---|---|
Affects Versions | ||
Assignee | ||
Attachments | ||
Category | ||
Comments | Unsupported | |
Components | ||
Created | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Creator | ||
Description | Rendered as plain text. | |
Due Date | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Environment | Rendered as plain text. | |
Epic Link | Unsupported | |
Fix Versions | ||
Issue Key | ||
Issue Type | ||
Labels | ||
Log Work | Unsupported | |
Last Viewed | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Original Estimate | Unsupported | |
Priority | ||
Project | ||
Remaining Estimate | Unsupported | |
Reporter | ||
Resolution | ||
Resolved | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Security Level | ||
Sprint | ||
Status | ||
Summary | ||
Time Spent | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Updated | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . | |
Votes | ||
Watchers | ||
Work Ratio | Unsupported |
Custom Field Types
This list is sorted by the fully-qualified Java class name of the underlying custom field type, then by name of the custom field(s). The name of a given custom field might differ depending on the version of JIRA in use.
Fully-qualified Java Classname of Underlying Custom Field Type | Custom Field Name(s) | Remarks |
---|---|---|
com.atlassian.jira.issue.customfields.impl.CascadingSelectCFType | Cascading Select Select List (cascading) | |
com.atlassian.jira.issue.customfields.impl.DateCFType | Date Picker | Formatted with Jira's JavaScript date format jira.date.picker.javascript.format . |
com.atlassian.jira.issue.customfields.impl.DateTimeCFType | Date Time Date Time Picker | Formatted with Jira's JavaScript date/time format jira.date.time.picker.javascript.format . |
com.atlassian.jira.issue.customfields.impl.ImportIdLinkCFType | Import Id | Unsupported |
com.atlassian.jira.issue.customfields.impl.LabelsCFType | Labels | |
com.atlassian.jira.issue.customfields.impl.MultiGroupCFType | Group Picker Group Picker (multiple groups) Group Picker (single group) Multi Group Picker | |
com.atlassian.jira.issue.customfields.impl.MultiSelectCFType | Checkboxes Multi Checkboxes Multi Select Select List (multiple choices) | |
com.atlassian.jira.issue.customfields.impl.MultiUserCFType | Multi User Picker User Picker (multiple users) | |
com.atlassian.jira.issue.customfields.impl.NumberCFType | Number Field | |
com.atlassian.jira.issue.customfields.impl.ProjectCFType | Project Picker (single project) | |
com.atlassian.jira.issue.customfields.impl.ReadOnlyCFType | Read-only Text Field Text Field (read only) | Unsupported |
com.atlassian.jira.issue.customfields.impl.RenderableTextCFType | Text Field (< 255 characters) Text Field (single-line) | Rendered as plain text. |
com.atlassian.jira.issue.customfields.impl.SelectCFType | Radio Buttons Select List (single choice) | |
com.atlassian.jira.issue.customfields.impl.TextAreaCFType | Free Text Field (unlimited text) Text Field (multi-line) | Rendered as plain text. |
com.atlassian.jira.issue.customfields.impl.URLCFType | URL Field | |
com.atlassian.jira.issue.customfields.impl.UserCFType | User Picker (single user) | |
com.atlassian.jira.issue.customfields.impl.VersionCFType | Version Picker (multiple versions) Version Picker (single version) | |
com.atlassian.jirafisheyeplugin.perforce.customfields.HiddenJobSwitchCFType | Hidden Job Switch | Unsupported |
com.atlassian.jirafisheyeplugin.perforce.customfields.JobCheckboxCFType | Job Checkbox | Unsupported |