Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The idea of Component properties is to enable users to add additional details to components vis with new component fields (properties) and then search issues by those details using the new JQL function componentProps()

Component properties are grouped into Component properties schema which then is assigned to one or several Jira projects. New component properties will be available in components of those Jira projects which are associated with the Component properties schema.

...

It is possible to disable a property in the Property schema to hide the property field on the component screen using the “Enabled“ toggle.

Assign Component property schema to a project

...

You can search issues by component properties using the new JQL function componentProps().

...

Property type supported operations

Property type

Supported operations

String

=, != <, >, =<, >=

Long

=, != <, >, =<, >=

Double

=, != <, >, =<, >=

Date

=, != <, >, =<, >=

Boolean

=, !=

User

=, !=