Hi,
I have a JIRA automation rule, based on a field (lets say it can be the project), I wish to send the same email, but to different persons (lets says on each project manager).
By example:
Project A -> marc@company.com
Project B -> tom@company.com
Is there a way to do this ? ( Or should I create a rule for each project :-( )
Thanks
Since you are on a free plan, you could download an app like JMWE, which has a "send email" post function.
You can:
In my opinion this would be the best approach.
Thanks, but I can't add application. It is an due to internal policy.
I have to manage this case with the standard automation ;-)
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But you are on a free plan. Can't really understand the internal policy, but ok.
If you want to make this happen with Jira automation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but it is not possible to have multiples if, by using this:
At the end if result in something like this
if (project A)
{
SendMail(..)
if (project B)
{
SendMail(..)
}
}
But there is no way to have this (what you propose):
if (project A)
{
SendMail(..)
}
if (project B)
{
SendMail(..)
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are using the Issue Fields condition, and not the If/Else component.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@christophe demez let me know if you got this working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have try the following, by using the "if/else" component.
I have the status: backlog -> analysis -> prioritization -> ...
In some cases, I wish to transit from backlog to prioritization (or further).
I do the following:
My problem is that the issue transit from "backlog" to "analysis".
But it does not transit from "analysis" to "prioritization" (and further).
I do not understand why :-( do you have any idea ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.