On this page
Use case
Generate automatically a link to a JQL query that searches for issues based on information obtained from the current issue.
Configuration
Create a new Calculated Text Field (by JWT) custom field and name it properly.
Providing a description will help you to identify what the custom field does but this step is optional.
Parsing mode
Set the Parsing Mode to Basic text
Parser expression
Add the following expression:
<a href="%{system.baseUrl}/issues/?jql=project=%{issue.project.key} and summary ~ '%{issue.summary}'"> JQL query for %{issue.key}</a>
This expression generates a query that retrieves issues in the same project and with the same summary as the current issue. Note that some special characters are not supported in this query.
Add the field to the relevant view screens.
Remember: All calculated fields are read-only and cannot be manually updated on a create or edit screen.
Related use cases
If you still have questions, feel free to refer to our support team.