Dollar Variables
GPT for Jira allows you to cherry pick information that can be shared with the AI models. Below is the list of all the Dynamic Dollar Variables that you can use as part of any prompt, these are evaluated and then sent to AI Model.
Composite Variables | |
---|---|
${shortIssue} | Key, Summary, Description and Status of the issue |
${mediumIssue} | All from Short Issue + Type, Priority, Assignee, Reporter, Created and Updated At of the issue |
${longIssue} | All from Medium Issue + Comments |
Issue Variables | |
${issue.summary} | Summary of the issue |
${issue.description} | Description of the issue |
${issue.comments} | All comments from the issue |
${issue.priority} | Priority of the issue |
${issue.status} | Status of the issue |
${issue.assignee} | Assignee of the issue |
${issue.reporter} | Reporter of the issue |