You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
@ibrahimn did you solve your problem? I want to auto populate one field and make it readonly. Is it possible with ATL_JQ_PAGE_PROPS?
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 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.