IssueComponents
Columns
Name
Type
References
SupportedOperators
Platform
Description
Id [KEY]
String
=,<>,IS,IS NOT,IN,NOT IN
Common
The Id of the component.
Name
String
Common
The name of the component.
IssueId [KEY]
Integer
Issues.Id
=,<>,>,>=,<,<=,IN,NOT IN
Common
The issue Id of the component.
IssueKey
String
Issues.Key
=,<>,>,>=,<,<=,IN,NOT IN
Common
The issue key of the component.
IssueCreatedDate
Datetime
=,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN
Common
The date the component's issue was created.
IssueUpdatedDate
Datetime
=,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN
Common
The date the component's issue was last updated.
Description
String
Common
The description of the component.
Pseudo-Columns
Name
Type
Description
JQL
String
JQL (JIRA Query Language) allows you to build structured queries.
Last updated