org.xwiki.rendering.macro.jira
Interface JIRAFields


public interface JIRAFields

Definition of JIRA field ids.

Since:
4.2M1
Version:
$Id: 227898420a5d1ce8e5762ce10532dec69f787a0b $

Field Summary
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).
 

Field Detail

SUMMARY

static final String SUMMARY
JIRA Summary field.

See Also:
Constant Field Values

KEY

static final String KEY
JIRA Key field (eg "XWIKI-1000").

See Also:
Constant Field Values

TYPE

static final String TYPE
JIRA Type field (eg Bug, Improvement, etc).

See Also:
Constant Field Values

STATUS

static final String STATUS
JIRA Status field (eg Closed, Open, etc).

See Also:
Constant Field Values

ASSIGNEE

static final String ASSIGNEE
JIRA Assignee field (the person assigned to fix the issue).

See Also:
Constant Field Values

REPORTER

static final String REPORTER
JIRA Reporter field (the person who reported the issue).

See Also:
Constant Field Values

CREATED

static final String CREATED
JIRA Created date field (the date the issue was created).

See Also:
Constant Field Values

UPDATED

static final String UPDATED
JIRA Updated date field (the date the issue was last modified).

See Also:
Constant Field Values

RESOLVED

static final String RESOLVED
JIRA Resolved date field (the date the issue was resolved).

See Also:
Constant Field Values

FIXVERSION

static final String FIXVERSION
JIRA Fix Version field (the version in which the issue was resolved or closed).

See Also:
Constant Field Values

VERSION

static final String VERSION
JIRA Affected Versions field (the list of Versions for which the issue was reported).

See Also:
Constant Field Values

COMPONENT

static final String COMPONENT
JIRA Component field (the list of domains/categories for the issue).

See Also:
Constant Field Values

VOTES

static final String VOTES
JIRA Vote field (the number of votes for the issue).

See Also:
Constant Field Values

RESOLUTION

static final String RESOLUTION
JIRA Resolution field (eg Closed, Won't Fix, Duplicate; etc).

See Also:
Constant Field Values

LINK

static final String LINK
JIRA link field (the URL to the issue on the JIRA instance).

See Also:
Constant Field Values

NOTE

static final String NOTE
Special field used by the List Data Source which allows the user to define notes for a given issue.

See Also:
Constant Field Values


Copyright © 2004-2013 XWiki. All Rights Reserved.