can we hide fields presented on issue collector?
I want to hide name and email fields which can be auto populated from the logged in user.
Hello Nagendra,
On Jira Server this is possible but does require some customization on the instance with the workaround described in the following KB article:
Also make sure to add a vote on the following feature requests for cloud and server respectively:
Regards,
Earl
Hi @Earl McCutcheon , i have the similar query as of @Nagendra Rathod . I want to auto populate the name and email field and i have done that successfuly using fieldValues. Now my issue is that i want to make these two fields readonly, so an end user can not change the value of these fields, please assist.
Thanks
Ibrahim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You auto populate the desired values using fieldValues i.e
fieldValues : {
fullname : 'Ibrahim',
email: 'muhammad.ibrahim@multilynx.pk'
}
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.