Hi there,
I need to collect all summaries of Epic's issues in one comment and do it by JMWE Event-based actions.
I created Event-based action "comment related issue".
I can find all issues with type Task or Story and Component "BA" in Epic by:
jqlSearch("project = ${issue.get("project")?.key} and component = BA and issueFunction in issuesInEpics('key=${issue.get('customfield_10008')}') and type in (Task, Story)", 20)where
project = ${issue.get("project")?.key} is getting current project of current issue;
customfield_10008 is 'Epic Link' field and
issueFunction in issuesInEpics('key=${issue.get('customfield_10008')}') is query for all issues where Epic Link is the same as in triggered issue.
I get:
Collections$UnmodifiableRandomAccessList
[DocumentIssueImpl[issueKey=PROJ-362], DocumentIssueImpl[issueKey=PROJ-360], DocumentIssueImpl[issueKey=PROJ-359]]
But how can I collect all summaries from this 3 issues and put it into one comment?
Hi, Luis.
If you mean the system language, you can do that as described here:
https://confluence.atlassian.com/cloud/set-the-default-language-744721610.html
You can also set your language in your profile:
https://confluence.atlassian.com/display/JIRACLOUD/Managing+your+User+Profile
However, not all languages are available in Cloud. Check here for information:
https://confluence.atlassian.com/cloud/languages-744721667.html
I hope it was helpful.
Kind regards,
Jaime Kirch da Silveira
Atlassian Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.