Is there way to disable or restrict create in jira server mobile? We used script runner behaviors to restrict certain create functions to groups, users in mobile can create all issue type?
Hi,
You can restrict creating issues via REST API using reverse proxy server. It looks to be an easy way to achieve it.
Additionally you can process HTTP headers (I'm not sure if mobile app adds any special headers, but it can be checked)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.