Hello,
I have a y peculiar request from bussiness. I need to simplify agent's interface as much as possible: can I somehow hide these fields (see the screenwhot attached) from agent's view?
I am afraid this is rather urgent for our bussiness. So looking forward very much to hearing your ideas!
Hello,
Javascript. But it s an ugly solution. Difficult to mantain.
You can use Jsincluder plugin to add your Javascript there.
If it is Cloud, then it is impossible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's server, thanks god.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jsincluder will let you store your JavaScript and link it to create, edit, view, transition screens. But all logic you have to develop yourself. There is JQuery available, that is why if you want to hide an element it would be like this
AJS.$("elementselector").hide()
You can hide not only elements buy whole divs.
The problem is that
1. If you want your solution to work for certain browsers, you would need to test your code on all required browsers.
2. You will not find oficial documentation how to make this kind of tuning, which means Altalssian does not support it. As a result there can be complication. I met a couple which were too difficult to overcome because I would need to fix the Atlassian javascript.
3. When you have too much Javascript, it becomes difficult to support the system. And usually Javascript code tends to grow fast.
You case is simple but usually if you begin to tweak Jira with Javascript then it is difficult to stop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm. I can not find JsIncluder. I just asked in the russian user group what happened to the plugin.
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.