Dear Experts,
Request for your help!
I am owning a project which required manual intervention now i have to reduce the dependency, basically its resource management project.
I have custom field i.e. employee resigned date [which is the last field] and i want if someone fill the resigned date in particular field, it will promptly ask whether you want to create a new ticket for backfill position, as soon as person marked yes it will create a new auto ticket for him.
Please guide me through the process.
It is very urgent to resolve for me. :(.
Thanks!
M
Hello @Manoj
Field based permissions are not supportted in Jira, instead Jira has issue based permissions.
But with the help of Script runner plugin's behaviour module you can have field level permissions.
Please see an sample here
https://scriptrunner.adaptavist.com/5.4.47/jira/recipes/behaviours/field-readonly-except-role.html
Thanks Tarun, i shall look into this. since I m new hence taking bit time to understand the jira functionality.
Script seems completely new for me to work on.
Thanks,M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Manoj
Your requirement can't be implemented using out of the box features. You will need a paid plugin like Script runner.
Using Script runner it can be easily implemented.
First use the behaviour module of the plugin, if someone fills in the date value for the "employee resign field" then you can show another field called "backfill position" which can be radio button (yes, or no) and based on this a listener can be triggered can be create another linked ticket if the value selected is Yes. And if all this is happening on create screen then you will not need a listener rather can just use a post-function.
Basically here's an example of show/hide field using behaviour module
https://www.idalko.com/use-behaviour-functionality-script-runner-show-hide-fields/
In order to implement everything, you will need to write a bit of code and understand how the Script runner plugin works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.atlassian.com/jirakb/how-to-find-id-for-custom-field-s-744522503.html
IN the above URL you can use the technique
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tarun, I have one more query, hope you dont mind to help on this.
i have to assign few tickets [is it possible to assign bulk ticket at one shot] to certain people in a group, but i need them to show only limited custom fields on each ticket.
as of now i have say 25 custom fields in one ticket and i want them to see only 10, is that possible to do? I am looking forward for your response.
Thanks,
Regards, M
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.