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 component version

In company-managed projects

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

"Component Versions" = "Button-1.0.0"

where “Button-1.0.0“ 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-component-version property. For example:

issue.property[octo-component-version].content ~ "Button-1.0.0" OR "Component Versions" = "Button-1.0.0"

where “Button-1.0.0“ is the name of the component version.