How do I define a rule that gives an output of available issues on a sprint within a single message rather as a a separate message for each issue on MS Teams. I want all as a list within a single MS Teams message.
Does Jira administrator need to enable automation rules when creating a project?
or is the rule automation part of projects when created and rules can set by the project administrator?
Hi Michael
Global administrators can always manage rules.
Go to System- Automation rules- You can get the option for global configuration for Automation
If you want to allow project managers to do the automation, please check the option "Allow Project administrators to manage project rules" and ad their group in the available option
Please let me know if you need more information
Thanks
Radhika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Antony,
Automation For Jira just released some new functionality for that. Take a look at this thread (you will have to read down a ways):
And here is a brand new blog on summing story points:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much, It worked. However, the Issue type parameter (both either type or type name) is not picking up despite being tried in different ways. The rest of the issue fields are being supported. I can live with that for now anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My Message format
Content:
<ul>
{{#lookupIssues}}
<li>{{key}} - {{issueType.name}} - {{status.name}} - {{summary}} - {{assignee.displayName}}</li>
{{/}}
</ul>
{{issueType.name}} --- This doesn't come up
It comes with Blank hyphen something like below.
Content:
A-1 - - In progress - Story Summary - Antony
B-2 - - In Testing - Bug Summary - Nelson
My Filter JQL:
issuetype in (Bug, Epic, Feature, Spike, Story, Task, Sub-task) AND project in (A, B, C) AND Sprint in (1, 2, 3) order by issuetype, created DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good article, very informative
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.
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.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.