I'm inside the content field of Send Email action.
I've tried several ways but not working at all, here is the pseudo code:
{{#project.issue}}{{.}}
{{#if(equals(issue.status.name, "Pending"))}}
{{#issue.subtasks}}{{summary}}{{^last}}<br /> {{/}}{{/}}
{{/}}
{{/}}
Hoped this way could fetch "name list of subtasks of all issues of this project", anyone could help?
Hi Urszula,
There isn’t a way to do this through the JIra UI, instead the code has to be customized.
There are already a few Community posts which discuss this in detail:
- How to customize the JIRA Login Screen (Not the Login Gadget)
- JIRA Login page customization
I’d recommend you take a look through these to see if you can find what you need and follow up if you have further questions.
Cheers,
Keri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.