Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Hide fields on Issue collector

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.

2 answers

1 vote
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 24, 2019

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

@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?

@ibrahimn How do you set the field to read only then? 

You auto populate the desired values using fieldValues i.e

fieldValues : {
fullname : 'Ibrahim',
email: 'muhammad.ibrahim@multilynx.pk'
}

Suggest an answer

Log in or Sign up to answer