public interface JIRAFields
Modifier and Type | Field and Description |
---|---|
static String |
ASSIGNEE
JIRA Assignee field (the person assigned to fix the issue).
|
static String |
COMPONENT
JIRA Component field (the list of domains/categories for the issue).
|
static String |
CREATED
JIRA Created date field (the date the issue was created).
|
static String |
FIXVERSION
JIRA Fix Version field (the version in which the issue was resolved or closed).
|
static String |
KEY
JIRA Key field (eg "XWIKI-1000").
|
static String |
LINK
JIRA link field (the URL to the issue on the JIRA instance).
|
static String |
NOTE
Special field used by the List Data Source which allows the user to define notes for a given issue.
|
static String |
REPORTER
JIRA Reporter field (the person who reported the issue).
|
static String |
RESOLUTION
JIRA Resolution field (eg Closed, Won't Fix, Duplicate; etc).
|
static String |
RESOLVED
JIRA Resolved date field (the date the issue was resolved).
|
static String |
STATUS
JIRA Status field (eg Closed, Open, etc).
|
static String |
SUMMARY
JIRA Summary field.
|
static String |
TYPE
JIRA Type field (eg Bug, Improvement, etc).
|
static String |
UPDATED
JIRA Updated date field (the date the issue was last modified).
|
static String |
VERSION
JIRA Affected Versions field (the list of Versions for which the issue was reported).
|
static String |
VOTES
JIRA Vote field (the number of votes for the issue).
|
static final String SUMMARY
static final String KEY
static final String TYPE
static final String STATUS
static final String ASSIGNEE
static final String REPORTER
static final String CREATED
static final String UPDATED
static final String RESOLVED
static final String FIXVERSION
static final String VERSION
static final String COMPONENT
static final String VOTES
static final String RESOLUTION
static final String LINK
static final String NOTE
Copyright © 2004–2016 XWiki. All rights reserved.