Hi,
Is it feasible to write stored procedure in JIRA database? and the result needs to be sent as a mail to jira-administrator group
If you would tell what exactly you want to achieve in the stored procedure, may be there could be other options rather than doing this outside of Jira.
Yes, you can, but Jira won't be aware of it, so you'll have to do all the triggering and emailing inside it, or add code to Jira to use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, and before I forget, it is absolutely critical that your procedure does NOT change Jira data in any way. It MUST be read-only.
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.