I would need to set different workflow (to set fields with default values, basically) depending on the channel the issue has been raised with (portal or email). Is it possible and how?
Thnak you very much,
Davide Paleari
Not unless you set up some way to trap the route by which an issue was created.
JIRA doesn't care if an issue was raised via the GUI, REST, Email, etc, it just logs the issue and does not distinguish between methods of creation. So you'd need to do something to catch it. Your requirement is a little harder than just catching the route. Different workflows means you would need different projects or issue types, so what you probably want to do is set up two issue types, telling JIRA to use one type when issues arrive via email, and another when they come in via the portal.
Hi Nic, your suggestion is good: setting up a specific issue type to associate to the email channel, I can configure a workflow on that only issue type. The problem now is: how can I hide that issue type from being visible on the portal? Thank you, very much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's where my suggestion falls down - you can't hide issue types from the portal (without code, which you can't do on Cloud)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.