Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If no items are defined, function will not be in use.

...

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<ItemStatusValueDescriptorList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Items>
    <ItemStatusValueDescriptor>
      <Value>New</Value>
      <Code>NEW</Code>
      <Name>New item</Name>
      <ValidateSuccess>false</ValidateSuccess>
    </ItemStatusValueDescriptor>
    <ItemStatusValueDescriptor>
      <Value>Publish</Value>
      <Code>PUBLISH</Code>
      <Name>Approved for publish</Name>
      <ValidateSuccess>false</ValidateSuccess>
    </ItemStatusValueDescriptor>
    <ItemStatusValueDescriptor>
      <Value>Do not publish</Value>
      <Code>DONOTPUBLISH</Code>
      <Name>Do not publish this item</Name>
      <ValidateSuccess>false</ValidateSuccess>
    </ItemStatusValueDescriptor>
	</Items>
</ItemStatusValueDescriptorList>

Initial status

Initial status can be set on new presentations. The status will be set if presentation is imported using xml import, xls import or is manually created in the Manager. The initial status is defined in import.config with this xml. It can be decided per presentation base type if that type should have the initial status (or left empty).

Version 4.3, 4.4 and 4.5

...

Version 5.0 and later

Code Block
languagexml
<XmlConfig>
	<InitialItemStatusList>
		<InitialItemStatus base-type="Part" initial-value="NEW"/>
		<InitialItemStatus base-type="Catalogue" initial-value="NEW"/>
		<InitialItemStatus type-code="Kit" initial-value="NEW"/>
	</InitialItemStatusList>
</XmlConfig>

Filter by label (Content by label)
status item presentation presentationtype
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09showSpacefalse
sortmodified
typeshowSpacepagefalse
reversetruelabels
typepage
cqllabel in ( "presentationtype" , "item" , "presentation" , "status" ) and type = "page" and space = "ASKB"
labelsstatus item presentation presentationtype


Page Properties
hiddentrue


Related issues



...