Child pages
  • How to Customize the Bugs Workflow

Versions Compared

Key

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

...


<attribute>
  <name>status</name>
  <value>RESOLVED</value>
</attribute>

...

Code Block
xml
xml
title"Sample modification"
<attribute>
  <name>status</name>
  <value>RESOLVED</value>
</attribute>>attribute>

This tag is now applicable only to enumeration fields (such as status or assignee). The content contains textual presentation of desire value. This modification is shown to user on action window but can not be modified.

...