Can't seem to access the title of the issue in a Jira automation, easy enough to use {{issue.description}} or many other {{issue.}} notation but something like {{issue.title}} does not work correctly. Is there a specific key for the issue title that can be used?
My guess is that when you say "title", you mean "Summary".
Try {{issue.summary}} instead of title
Yup, that was it. Some convention confusion between description and summary was tripping me up. Makes sense. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.