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

Hide Description Feild on Bug View screens

Garden16_ December 27, 2022

I would like to hide Description Feild on Bug View screens only since I have a custom field by name Defect description. I have tried the behaviors in Script runner and also hid it using the project field configuration scheme for Bug issue. I am still seeing it being display on the View issue screen. How do I get rid of the description on all view issue screen for bug issue type.descp.PNGdescp.PNG

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2022

Hi @Garden16_ 

I just tried using the Field Configuration Scheme for this - and it removed it from the View Issue Screen. Are you sure you've set the Field Config against the right Issue Type?

Alternatively, the Script Fragment in Scriptrunner should work for the View Screen - set the details as follows:

  • Fragment: Hide system or plugin UI element
  • Hide What: com.atlassian.jira.jira-view-issues-plugin:descriptionmodule
  • Condition: issue.issueType.name != "Bug"

Ste

TAGS
AUG Leaders

Atlassian Community Events