Skip to end of banner
Go to start of banner

Secure Form with JQL

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 2 Current »

To retrieves all the issues where Secure Form is submitted you can use Secure Form issue Property with JQL.

This issue Property works fine with JQL Queries and It will only show those issue where you have view permission.

issue.property[SecureForm].Status ~ 'submitted'

In JQL, you can run above query with any JQL query, and it will return all issues where secure form is submitted and have a property with SecureForm status=submitted.

Example: If you want to filter out all the issues that is created today and have Secure Form Submitted then this JQL Query can help you.

  • No labels