Skip to end of banner
Go to start of banner

How to filter issues by unreleased and released component version

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Octo allows you to differentiate between issues in released and unreleased component versions by using corresponding fields. You can use them to filter out unnecessary versions or order issues on the Jira board.

In company-managed projects

In company-managed projects (former Classic) you can filter issues linked to the component version by a Released Component Versions or Unreleased Component Versions field. For example:

"Released Component Versions" = "API-1.0.0"
"Unreleased Component Versions" = "API-1.0.2"

where “API-1.0.0“ and “API-1.0.2” is the name of the component version.

In team-managed projects

In team-managed projects (former Next-gen) you can filter issues linked to the component version via octo-released-component-version or octo-unreleased-component-version property. For example:

issue.property[octo-released-component-version].content ~ "API-1.0.0" OR "Component Versions" = "API-1.0.0"
issue.property[octo-unreleased-component-version].content ~ "API-1.0.2" OR "Component Versions" = "API-1.0.2"

where “API-1.0.0“ and “API-1.0.2” is the name of the component version.

  • No labels