I'm really a beginner when it comes to Jira Service in general and automation specifically, so bare with me.
What I understand my question is probably simple but here goes:
I want to set component (and other parameters too but I'll just copy this one) based on e-mail address that was used by the person sending a request. So not from e-mail address.
How do I do this?
The workflows and issue types for our Jira service project are all standard.
/Johan
Hi @Johan Bergström - Can you please clarify a couple things?
Hi!
/Johan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok - This should be straightforward then. You want something like this in its simplest form:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry but I need a bit more help I think.
My case:
The key trigger is the email address to:company@support.domain.com, not from:email address
The scenario is to set different components depending on different to:email addresses. We want to set up unique email addresses for different customers that sets different components/labels.
FYI, did get the automation to work except I didn't know how to use {{issue.reporter.emailAddress}} in
ACTION: Edit Issue (Component)
{{issue.reporter.emailAddress}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you're looking for an incoming address? Meaning... You're at company xyz. You've set up multiple options for emailing (e.g. email1@xyz.com, email2@xyz.com, email3@xyz.com) and they all create issues on this project. Is this correct?
If this is the case, you're not going to be able to parse that information that I'm aware of. Your best solution would be to tie each email address to a unique issue type so that you could automate or query against the issue type with knowledge that it was sent to the desired email. Does this make sense?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's correct.
Yes, I understand. I only have to figure out how to create unique issue types. Any hints on that...?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And how do I tie the unique email address to my unique issue type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As a Jira Admin, you can create new issue types under Settings >> Issues >> Issue Types.
You would also need to set up email handlers for this which is not really my strength. Are you on server or cloud?
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.
So after your issue types are created, you'd set up the email handler here:
https://YOURINSTANCE.atlassian.net/secure/admin/IncomingMailServers.jspa
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.