Hello,
Is it possible to send an email to the user if i create an issue related to them?
For example; if user1 asks me to do something, i will create an issue on jira and i want him to know that an issue about that already created for him.
Thanks.
Jason,
Go to Add-Ons --> Atlassian Marketplace --> Click on either Find new apps or Manage apps - Scroll down to settings --> Check the option,
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jason,
Only system admins can see setting option. Check to confirm that you're a system admin.
https://confluence.atlassian.com/adminjiraserver073/managing-global-permissions-861253290.html
victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think i'm actually a system admin, although according to this article I am.
select group_id from globalpermissionentry where PERMISSION='SYSTEM_ADMIN';
returns
jira-system-administrators
----
select * from cwd_membership where parent_name='jira-system-administrators';
returns
'15006', '10802', '12901', 'GROUP_USER', NULL, 'jira-system-administrators', 'jira-system-administrators', 'jcoan', 'jcoan', '1'
----
From user management, it doesn't show that I'm a member of that group.
From Global Permissions, I don't see jira-system-administrators listed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jason,
Just as i suspected. Only a system admin can perform the task above.
Victor
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.