Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

"List" function does not populate content into fields

Emily Burke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2022

Im looking to use Work Management, and Ive created a number of tasks with Titles & Descriptions. However when I go to the "List" function, The summary field is empty, and the Issue type is also greyed out. This function isn't useful if no information appears, is there something I can do to fix this? I didn't customize anything, this is straight out of the box functionality. Screen Shot 2022-01-19 at 10.54.43 AM.png

1 answer

1 accepted

2 votes
Answer accepted
Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 29, 2014

Here's a suggestion:

  1. Download a trial of Configuration Manager for JIRA and install it.
  2. Create a "System snapshot"
  3. Download the snapshot (an XML file)
  4. Search for your plugin in the plugins section
  5. Check the requiredBy attribute to see where it is used or search for all occurences of a pattern which is the plugin package (i.e. com.googlecode)

This will give you a list of post-function/transitions/validators used and you'll get an idea what exaclty are you using.

Here's a sample of how the plugins section looks like

<plugins name="JIRA Suite Utilities" key="com.googlecode.jira-suite-utilities" version="1.4.9" vendor="beecom AG" vendorURL="http://www.beecom.ch/" requiredBy="//@workflows.2"/>

And here's a sample xml of a workflow validator:

<stepTransitions name="Close" id="71" status="Done" oldStatus="Finished" view="fieldscreen" destinationStep="//@workflows.2/@steps.4" screen="//@fieldScreens.0">
        <validators description="Required fields:
          <b>Resolution</b>    " className="com.googlecode.jsu.workflow.validator.FieldsRequiredValidator">
          <objectProperties name="hidFieldsList" referencedObjects="//@fields.13"/>
        </validators>

Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 29, 2014

For anyone interested in our backlog we have a feature which will allow you to view all dependencies between configuration objects in your JIRA instance including plug-in usage.

Suggest an answer

Log in or Sign up to answer