vLinks Examples

You can create vLinks fields where the Issues are related to the details already entered in a issue. This example shows three vLinks fields which are related to each other. Based on Werk you can select other values.

The JQL for that is:

issuetype = Standort AND Werk = customFieldValueFromIssue(currentIssue(), 10200)

If you are using the function currentIssue() inside of these functions; customFieldValueFromIssue("", "") or customFieldValueListFromIssue("", "", ""), the currentIssue() musn't be between quotation marks ( "" ).

Issues link type defines the way issues will be linked by the field. This describes the relationship between the issues and what information is displayed on linked issues even without the linking field.

Relates to

Is blocked by

JQL Filter

A JQL filter provides a powerful sorting possibility. Only issues matching the JQL filter will be displayed in the vLinks field. Existing Jira filter options can be used for this field. To ensure the JQL filter is built correctly, users have a green or red check mark that shows if the field is valid or not. Here are some examples and descriptions of their purposes.

Only issues with issue type 'milestone' can be linked to this issue.

Only issues with issue type 'task' and the admin as 'assignee' can be linked to this issue.

Only issues with issue type 'task' and the admin as 'assignee' can be linked to this issue.

Only issues from a specific project and with a different issue type than 'IT Help' can be linked to the issue.


View Template

The view template defines what a user will see next to the linked issues key. The issue key is always displayed. It is built from the project key that it belongs to and the issue number. This key means that each issue is unique and can't be confused with other issues. Here are some examples of different template keys and the way they are displayed.

View Template: $assignee

The assignee is displayed next to the linked issue key.


View Template: $summary

The summary is displayed next to the linked issue key.


View Template: $reporter

The reporter is displayed next to the linked issue key.