As the subject tells we would like to merge both OTRS and JIRA. Today we use OTRS for Troubletickets from customers, and JIRA for Softwaredevelopment. We would like to enable our customers to create issues in JIRA via Mail.
We set the mail handler to create new users automatically. This is working so far, Tickets and Users were created, but the user received no answer
1) Those users count as JIRA-Users. How do I create such Users having no Jira-Rights (= not counting for user licenses)
2) The newly created user should receive mail notifications on Creating a ticket, when tickets receive comments, or when a ticket is closed. Is this possible with JIRA itself? Do I need a plugin? Do I have to develop such a function by myself?
I found a few other Q&A, but nothing really answering the questions, any help is appreciated
1) New users must not be added to the "can log in" groups. Then they won't count towards your licence. (The group is usually "jira-users", but check your admin -> global permissions before assuming that)
2) Yes, look up "notification schemes", where you'll find you can set up targets for events. For example "issue commented" - email "reporter", and "issue closed" - email "reporter" and "current assignee"
Thank you, nice! I can handle the answer #2. But where in Jira do I set the standard groups users are added to? Much more: how to avoid users are added automatically to 'jira-users'. I created a group called non-jira-users, and would like to have new users added to that group by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this is a bit of a sticky one. Admin -> Global permissions is where you need to look for the "standard" groups, because...
All new users are automatically added into any group you put in the "can log in" setting.
There's no way around that without a bit of coding. Things like the Jira Enhanced Email Handler (JEMH) can bypass the automatic add (and be a lot more powerful than the built-in stuff), and you can write stuff/scripts which will automatically remove users and so-on. But I don't know of a way to prevent this in off-the-shelf Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Peter, have you ever thought about an integration of OTRS and Jira where ypou transfer OTRS ticket to jira issue automatically based on a configurable field mapping and syncing ticket and issue data especially comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, wotan. I would like to avoid setups where I have to maintain different tools and the connections between them. That is why I am looking for a solution "out of Jira". It seems this is an, at the moment, impossible task...
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.
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.