We have only a 10 user licence. I would like my customers to be able to report issues, but i dont want them to count down my license. Is that possible?
Some people integrate JIRA with e-mail based issue reporting. JIRA scans periodically an e-mail box using POP3 or IMAP and then creates an issue putting the original sender e-mail into a custom field. Then "reporter" field does not matter (it's for example set to "mail deamon" user).
Then just your employees can work on such issues. And only then count as active users.
Then on every comment/change (depending on how you configure notification scheme in JIRA) JIRA notifies the original reporters (using this custom-field as a recipient) about the change/resolution/comment. Then they reply to such e-mail and that could be put back as a comment by JIRA mail handler. So you have full e-mail round-trip here.
You can normally use search to filter issues per real reporter - just using this custom field and not the regular reporter field. In fact the original reporters won't even have corresponding users in JIRA.
Although such setup could look lame it has several advanages:
How do i use a custom field as a receipent?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA OOB allows you to configure your notification scheme so that notifications are sent to User Custom Field Value and Group Custom Field Value (among many other less interesting here). So if you follow the path that you create the account for every user, but you deactive them, it;s enough.
However if you decide not to create user accounts at all for such external users/reporters then you would need to extend JIRA so that it can send out e-mail notification to an e-mail address defined as a text (not corresponding to any account). Probably the easiest thing is implement it as IssueListener (triggered on every change) as mail notification engine is not really pluggable (this is what we did for one of our customers). At the moment I cannot see any plugin published on plugins.atlassian.com which does something like that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have anonomous access to the issue reporting mechanisim , and make sure you have it protected with a CAPTCHA or similar. Anonomous users don't count towards your license, but also the challenge you will have is managing, replying to, and properly capturing the responses......
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.