This site is moving soon to become part of an integrated Appfire documentation and information site for our apps. This site will remain available during the transition to our new and improved site. Once this site is moved over, this banner will be updated with the new site link for easy access.

Take a look here! If you have any questions please email support@appfire.com

How to filter issues by unreleased and released component version

Octo allows you to differentiate between issues in released and unreleased component versions by using corresponding fields. You can use them to filter out issues in released or unreleased versions in your 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.