/
Specifying Component Attributes
Specifying Component Attributes
Component attributes can be considered like custom fields for components. Before specifying component attribute values, Jira administrators or Jira System Administrators should define available "Component Attributes" using "Component Attributes" section of add-on configuration.
You can use hasComponentAttribute to query components having a specific attribute. hasComponentAttribute accepts 3 parameters, attribute name, operator and operand. For example:
Find open source components
component in hasComponentAttribute("Open Source", "=", "true")
Components having a budget larger than 100h
component in hasComponentAttribute("Budget", ">", "100h")
, multiple selections available,
Related content
Export & Import of Component Versions
Export & Import of Component Versions
Read with this
Deleting a Component Version
Deleting a Component Version
Read with this
Component Version List
Component Version List
Read with this
Sub-projects Dashboard Item
Sub-projects Dashboard Item
Read with this
JQL Extensions for Subcomponents
JQL Extensions for Subcomponents
Read with this
Dashboard Items
Dashboard Items
Read with this