The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
For a given issue type, I have behaviours that show/hide certain custom fields on the edit screen based on certain conditions. These custom fields are not marked as "Required" . On the resolve issue screen, I am adding a workflow validator to make certain fields mandatory based on the resolution that's being picked. A subset of custom fields will get checked, if they're not hidden and have null values, I'll throw an exception. Is there a way to find out if a certain custom field is visible or not. Sample code below for illustration:
Hi @Jay Sab,
you could call the not documented Jira's API:
/rest/whereismycf/1.0/fields/{id} [GET]
Query parameters:
Either 'issueKey', or 'projectKey' or 'projectId' parameter must be provided in the request
Also the issueOperation:
0 create
1 edit
2 view
Then you should get the response status that could be "green" or "red". In the first case the field is visible, else it's hidden.
You could test the rest also in web browser calling an url as the following:
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.