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 5 Next »

You can set some Projectrak fields as properties to get:

  • Use project values to find issues in the JQL

  • Use project values in workflows using Jira Expressions

It is possible to enable fields as project properties for the following project field types:

  • Text

  • Date

  • Number

  • Status

  • Priority

  • List


Enable a field as a project property

Go to the field manager and once there, you can enable the field as a project property from the configuration buttons.

(info) After enable a field as project property, field edition will be blocked.

(warning) “View project values” permission will be ignored. By activating a field as property, its values will bypass Projectrak's permission “View project values”, so the information will be available in Jira, but remains restricted in Projectrak screens.

🕒 Please note that this operation may take several minutes.

Disable a field as a project property

Go to the field manager and once there, you can disable a field as a project property from the configuration buttons.

🕒 Please note that this operation may take several minutes.

How to use a project property

Once you have enabled a field as project property, you can see the property name in the column called Project property name:

Use this name in the JQL or, alternatively, anywhere that can use project properties such as Jira Expressions.

Using project properties in the JQL (Jira Query Language)

(warning) Please, ensure you have enable the field as project property.

Using properties in the JQL will allow you to find issues based on project values.

Start typing the word project and the JQL autocomplete will help you and you can complete with the name of your property.

Using project properties in Jira Expressions

(info) Please be sure to review Atlassian's documentation on https://developer.atlassian.com/cloud/jira/software/jira-expressions/

Using properties in Jira Expressions will allow you to (for example) condition the workflow based on project values using scripting-apps.

Access to a project property from a Jira Expression you need to know the project property name, for example ‘Projectrak status’. Below, you can see an example of JMWE using project properties into a Jira Expression in a workflow validation:

Please, review JMWE documentation https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/78480377/Build-your-own+scripted+Validator

  • No labels