Hello,
I have pasted the xml in below so people who would be so kind to help can see what I am expalaining below.
I created two new workflows, two new issuetypes, two new screens and the belonging schemes to makes this work.
But when I click Create: -> MyFirstIssuetype I get the default create issue screen, but I want to get the "MyFirstScreen" which is a custom screen, as in a screen with my custom nes field.
Where do I spesify what screen is to appear when clicking on my newly created issuetype? Please see pasted xml when imported to your jira instance.
activeobjects.xml:
_______________________________________________________________
<?xml version='1.0' encoding='UTF-8'?>
<backup xmlns="http://www.atlassian.com/ao" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <database>
    <meta key="database.name" value="HSQL Database Engine"/>
    <meta key="database.version" value="1.8.0"/>
    <meta key="database.minorVersion" value="8"/>
    <meta key="database.majorVersion" value="1"/>
    <meta key="driver.name" value="HSQL Database Engine Driver"/>
    <meta key="driver.version" value="1.8.0"/>
  </database>
  <table name="AO_563AEE_ACTIVITY_ENTITY">
    <column name="ACTIVITY_ID" primaryKey="true" autoIncrement="true" sqlType="-5" precision="19"/>
    <column name="ACTOR_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="CONTENT" primaryKey="false" autoIncrement="false" sqlType="-1" precision="2147483647"/>
    <column name="GENERATOR_DISPLAY_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="GENERATOR_ID" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="ICON_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="ID" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="ISSUE_KEY" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="OBJECT_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="POSTER" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="PROJECT_KEY" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="PUBLISHED" primaryKey="false" autoIncrement="false" sqlType="93" precision="29"/>
    <column name="TARGET_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="TITLE" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="URL" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="USERNAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="VERB" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <foreignKey fromTable="AO_563AEE_ACTIVITY_ENTITY" fromColumn="ACTOR_ID" toTable="AO_563AEE_ACTOR_ENTITY" toColumn="ID"/>
    <foreignKey fromTable="AO_563AEE_ACTIVITY_ENTITY" fromColumn="ICON_ID" toTable="AO_563AEE_MEDIA_LINK_ENTITY" toColumn="ID"/>
    <foreignKey fromTable="AO_563AEE_ACTIVITY_ENTITY" fromColumn="OBJECT_ID" toTable="AO_563AEE_OBJECT_ENTITY" toColumn="ID"/>
    <foreignKey fromTable="AO_563AEE_ACTIVITY_ENTITY" fromColumn="TARGET_ID" toTable="AO_563AEE_TARGET_ENTITY" toColumn="ID"/>
  </table>
  <table name="AO_563AEE_ACTOR_ENTITY">
    <column name="FULL_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="PROFILE_PAGE_URI" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="PROFILE_PICTURE_URI" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="USERNAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
  </table>
  <table name="AO_563AEE_MEDIA_LINK_ENTITY">
    <column name="DURATION" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="HEIGHT" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="URL" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="WIDTH" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
  </table>
  <table name="AO_563AEE_OBJECT_ENTITY">
    <column name="CONTENT" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="DISPLAY_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="IMAGE_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="OBJECT_ID" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="OBJECT_TYPE" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="SUMMARY" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="URL" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <foreignKey fromTable="AO_563AEE_OBJECT_ENTITY" fromColumn="IMAGE_ID" toTable="AO_563AEE_MEDIA_LINK_ENTITY" toColumn="ID"/>
  </table>
  <table name="AO_563AEE_TARGET_ENTITY">
    <column name="CONTENT" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="DISPLAY_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="IMAGE_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="OBJECT_ID" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="OBJECT_TYPE" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <column name="SUMMARY" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="URL" primaryKey="false" autoIncrement="false" sqlType="12" precision="767"/>
    <foreignKey fromTable="AO_563AEE_TARGET_ENTITY" fromColumn="IMAGE_ID" toTable="AO_563AEE_MEDIA_LINK_ENTITY" toColumn="ID"/>
  </table>
  <table name="AO_E266E9_FEATURE_ENTITY">
    <column name="DESCRIPTION" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="FEATURE_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="JIRA_PROJECT" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
  </table>
  <table name="AO_E266E9_ISSUE_ENTITY">
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="ISSUE_KEY" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
  </table>
  <table name="AO_E266E9_ISSUE_SCENARIOS">
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="ISSUE_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="SCENARIO_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <foreignKey fromTable="AO_E266E9_ISSUE_SCENARIOS" fromColumn="ISSUE_ID" toTable="AO_E266E9_ISSUE_ENTITY" toColumn="ID"/>
    <foreignKey fromTable="AO_E266E9_ISSUE_SCENARIOS" fromColumn="SCENARIO_ID" toTable="AO_E266E9_SCENARIO_ENTITY" toColumn="ID"/>
  </table>
  <table name="AO_E266E9_SCENARIO_ENTITY">
    <column name="FEATURE_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="10"/>
    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="10"/>
    <column name="SCENARIO_NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="SCENARIO_TEST" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="SCENARIO_TYPE" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <column name="STEPS" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
    <foreignKey fromTable="AO_E266E9_SCENARIO_ENTITY" fromColumn="FEATURE_ID" toTable="AO_E266E9_FEATURE_ENTITY" toColumn="ID"/>
  </table>
  <data tableName="AO_563AEE_ACTIVITY_ENTITY">
    <column name="ACTIVITY_ID"/>
    <column name="ACTOR_ID"/>
    <column name="CONTENT"/>
    <column name="GENERATOR_DISPLAY_NAME"/>
    <column name="GENERATOR_ID"/>
    <column name="ICON_ID"/>
    <column name="ID"/>
    <column name="ISSUE_KEY"/>
    <column name="OBJECT_ID"/>
    <column name="POSTER"/>
    <column name="PROJECT_KEY"/>
    <column name="PUBLISHED"/>
    <column name="TARGET_ID"/>
    <column name="TITLE"/>
    <column name="URL"/>
    <column name="USERNAME"/>
    <column name="VERB"/>
  </data>
  <data tableName="AO_563AEE_ACTOR_ENTITY">
    <column name="FULL_NAME"/>
    <column name="ID"/>
    <column name="PROFILE_PAGE_URI"/>
    <column name="PROFILE_PICTURE_URI"/>
    <column name="USERNAME"/>
  </data>
  <data tableName="AO_563AEE_MEDIA_LINK_ENTITY">
    <column name="DURATION"/>
    <column name="HEIGHT"/>
    <column name="ID"/>
    <column name="URL"/>
    <column name="WIDTH"/>
  </data>
  <data tableName="AO_563AEE_OBJECT_ENTITY">
    <column name="CONTENT"/>
    <column name="DISPLAY_NAME"/>
    <column name="ID"/>
    <column name="IMAGE_ID"/>
    <column name="OBJECT_ID"/>
    <column name="OBJECT_TYPE"/>
    <column name="SUMMARY"/>
    <column name="URL"/>
  </data>
  <data tableName="AO_563AEE_TARGET_ENTITY">
    <column name="CONTENT"/>
    <column name="DISPLAY_NAME"/>
    <column name="ID"/>
    <column name="IMAGE_ID"/>
    <column name="OBJECT_ID"/>
    <column name="OBJECT_TYPE"/>
    <column name="SUMMARY"/>
    <column name="URL"/>
  </data>
  <data tableName="AO_E266E9_FEATURE_ENTITY">
    <column name="DESCRIPTION"/>
    <column name="FEATURE_NAME"/>
    <column name="ID"/>
    <column name="JIRA_PROJECT"/>
    <row>
      <string></string>
      <string>Help users write search queries</string>
      <integer>3</integer>
      <string>BP</string>
    </row>
  </data>
  <data tableName="AO_E266E9_ISSUE_ENTITY">
    <column name="ID"/>
    <column name="ISSUE_KEY"/>
    <row>
      <integer>1</integer>
      <string>BP-1</string>
    </row>
  </data>
  <data tableName="AO_E266E9_ISSUE_SCENARIOS">
    <column name="ID"/>
    <column name="ISSUE_ID"/>
    <column name="SCENARIO_ID"/>
    <row>
      <integer>1</integer>
      <integer>1</integer>
      <integer>3</integer>
    </row>
  </data>
  <data tableName="AO_E266E9_SCENARIO_ENTITY">
    <column name="FEATURE_ID"/>
    <column name="ID"/>
    <column name="SCENARIO_NAME"/>
    <column name="SCENARIO_TEST"/>
    <column name="SCENARIO_TYPE"/>
    <column name="STEPS"/>
    <row>
      <integer>3</integer>
      <integer>3</integer>
      <string>Add content assist to the Google Search field</string>
      <string>AUTOMATED</string>
      <string>SCENARIO</string>
      <string>Given I am about to search
When I begin to type my query
Then a list of suggestions shuld appear below the search field
And the suggestions should update as I type</string>
    </row>
  </data>
</backup>
_______________________________________________________________
entities.xml:
_______________________________________________________________
<?xml version="1.0" encoding="UTF-8"?>
<!--
___ Exported on _____________________________
     on                                            : 25. september 2012 kl 13.10 CEST
     by                                            : fugmag ( Magnus Fuglerud )
___ Environment ___________________________
     JIRA Build                                    : 5.1.3#782-sha1:4389c897ff46ac633147bfa0023fbc37f3cb8ca3
     Build Date                                    : Tue Aug 14 00:00:00 CEST 2012
     JIRA Installation Type                        : Standalone
     Java Version                                  : 1.6.0_26 - Sun Microsystems Inc.
     Current Working Directory                     : C:\Windows\system32
     Maximum Allowable Memory                      : 455MB
     Total Memory                                  : 250MB
     Free Memory                                   : 87MB
     Used Memory                                   : 163MB
     Memory Pool: Code Cache                       : Code Cache: init = 2359296(2304K) used = 13251584(12941K) committed = 13336576(13024K) max = 50331648(49152K)
     Memory Pool: PS Eden Space                    : PS Eden Space: init = 33554432(32768K) used = 14463064(14124K) committed = 52887552(51648K) max = 169803776(165824K)
     Memory Pool: PS Survivor Space                : PS Survivor Space: init = 5570560(5440K) used = 3088616(3016K) committed = 3145728(3072K) max = 3145728(3072K)
     Memory Pool: PS Old Gen                       : PS Old Gen: init = 89522176(87424K) used = 152363152(148792K) committed = 206110720(201280K) max = 357957632(349568K)
     Memory Pool: PS Perm Gen                      : PS Perm Gen: init = 16777216(16384K) used = 120276616(117457K) committed = 207093760(202240K) max = 268435456(262144K)
     JVM Input Arguments                           : -Dcatalina.base=C:\Program Files\Atlassian\JIRA -Dcatalina.home=C:\Program Files\Atlassian\JIRA -Djava.endorsed.dirs=C:\Program Files\Atlassian\JIRA\endorsed -Dmail.mime.decodeparameters=true -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Djava.io.tmpdir=C:\Program Files\Atlassian\JIRA\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Atlassian\JIRA\conf\logging.properties -XX:MaxPermSize=256m -Xms128m -Xmx512m
___ Database Configuration ________________
     Loading entityengine.xml from                 : file:/C:/Program%20Files/Atlassian/JIRA/atlassian-jira/WEB-INF/classes/entityengine.xml
     Entity model field type name                  : hsql
     Entity model schema name                      : PUBLIC
     Database Version                              : HSQL Database Engine - 1.8.0
     Database Driver                               : HSQL Database Engine Driver - 1.8.0
     Database URL                                  : jdbc:hsqldb:C:\Program Files\Atlassian\Application Data\JIRA/database/jiradb
     Database JDBC config                          : hsql jdbc:hsqldb:C:\Program Files\Atlassian\Application Data\JIRA/database/jiradb
___ Core Application Properties ___________
     Version                                       : 5.1.3
     Build #                                       : 782
     Build Date                                    : Tue Aug 14 00:00:00 CEST 2012
     Installation Type                             : Standalone
     Server ID                                     : B64E-1RGJ-9DTH-XPEJ
     Base URL                                      : http://localhost:8080
     Default Language                              : norsk (Norge)
     External User Management                      : OFF
___ Application Properties ________________
     com.atlassian.activeobjects.admin.ActiveObjectsPluginToTablesMapping : null
     com.atlassian.jira.jira-mail-plugin:build     : 1
     com.atlassian.jira.lookandfeel:build          : 1
     com.atlassian.jira.lookandfeel:customDefaultFaviconHiresURL : /images/64jira.png
     com.atlassian.jira.lookandfeel:customDefaultFaviconURL : /favicon.ico
     com.atlassian.jira.lookandfeel:faviconHeight  : 64
     com.atlassian.jira.lookandfeel:faviconWidth   : 64
     com.atlassian.jira.lookandfeel:isDefaultFavicon : false
     com.atlassian.jira.lookandfeel:usingCustomFavicon : false
     com.atlassian.jira.plugin.ext.bamboo:build    : 1
     com.atlassian.jira.plugins.jira-importers-plugin:build : 1
     com.atlassian.jira.plugins.jira-workflow-designer:build : 1
     com.atlassian.sal.jira:build                  : 2
     com.atlassian.upm.atlassian-universal-plugin-manager-plugin:build : 1
     com.atlassian.upm.license.internal.impl.PluginSettingsPluginLicenseRfdbfad06c2f1036a60cb955d7e285d69 : #java.util.List
     com.atlassian.upm.log.PluginSettingsAuditLogService:log:upm_audit_log_v2 : null
     com.atlassian.upm:notifications:dismissal-evaluation.expired:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:dismissal-evaluation.nearlyexpired : #java.util.List
     com.atlassian.upm:notifications:dismissal-evaluation.nearlyexpired:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:dismissal-maintenance.expired:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:dismissal-maintenance.nearlyexpired : #java.util.List
     com.atlassian.upm:notifications:dismissal-maintenance.nearlyexpired:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:dismissal-update : #java.util.List
fugmag
     com.atlassian.upm:notifications:dismissal-update:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:dismissal-user.mismatch:com.hindsighttesting.behave.jira : #java.util.List
     com.atlassian.upm:notifications:notification-evaluation.expired : #java.util.List
     com.atlassian.upm:notifications:notification-evaluation.nearlyexpired : #java.util.List
     com.atlassian.upm:notifications:notification-maintenance.expired : #java.util.List
     com.atlassian.upm:notifications:notification-maintenance.nearlyexpired : #java.util.List
     com.atlassian.upm:notifications:notification-update : null
     com.atlassian.upm:notifications:notification-user.mismatch : #java.util.List
     jira.ajax.autocomplete.issuepicker.enabled    : true
     jira.ajax.autocomplete.labelsuggestion.limit  : 20
     jira.ajax.autocomplete.limit                  : 20
     jira.alertheader.visibility                   : private
     jira.assignee.change.is.sent.to.both.parties  : true
     jira.attachment.allow.zip.support             : true
     jira.attachment.do.not.expand.as.zip.extensions.list : docx, docm, dotx, dotm, xlsx, xlsm, xltx, xltm, xlsb, xlam, pptx, pptm, potx, potm, ppam, ppsx, ppsm, sldx, sldm, thmx, odt, odp, ods, odg, odb, odf, ott, otp, ots, otg, odm, sxw, stw, sxc, stc, sxi, sti, sxd, std, sxg
     jira.attachment.download.mime.sniffing.workaround : workaround
     jira.attachment.number.of.zip.entries         : 30
     jira.autoexport                               : true
     jira.avatar.default.id                        : 10011
     jira.avatar.megapixels                        : 10
     jira.avatar.user.anonymous.id                 : 10123
     jira.avatar.user.default.id                   : 10122
     jira.baseurl                                  : http://localhost:8080
     jira.browser.unsupported.warnings.disabled    : false
     jira.bulk.edit.limit.issue.count              : 1000
     jira.chart.days.previous.limit.daily          : 300
     jira.chart.days.previous.limit.hourly         : 10
     jira.chart.days.previous.limit.monthly        : 7500
     jira.chart.days.previous.limit.quarterly      : 22500
     jira.chart.days.previous.limit.weekly         : 1750
     jira.chart.days.previous.limit.yearly         : 36500
     jira.clone.linktype.name                      : Cloners
     jira.clone.prefix                             : CLONE -
     jira.comment.level.visibility.groups          : false
     jira.constant.default.resolution              : 1
     jira.dashboard.max.gadgets                    : 20
     jira.databasequery.batch.size                 : 100
     jira.date.picker.java.format                  : d/MMM/yy
     jira.date.picker.javascript.format            : %e/%b/%y
     jira.date.time.picker.java.format             : dd/MMM/yy h:mm a
     jira.date.time.picker.javascript.format       : %e/%b/%y %I:%M %p
     jira.date.time.picker.use.iso8061             : false
     jira.db.txns.disabled                         : false
     jira.default.jndi.name                        : java:comp/env/jdbc/JiraDS
     jira.disable.login.gadget                     : false
     jira.disable.multipart.get.http.request       : true
     jira.edition                                  : enterprise
     jira.email.fromheader.format                  : ${fullname} (JIRA)
     jira.enabled.dark.features                    : 
     jira.exportimport.cleanxml                    : true
     jira.home                                     : 
     jira.i18n.include.meta-data                   : true
     jira.i18n.language.index                      : english
     jira.index.batch.maxbuffereddocs              : 300
     jira.index.batch.maxmergedocs                 : 2147483647
     jira.index.batch.mergefactor                  : 50
     jira.index.interactive.maxbuffereddocs        : 300
     jira.index.interactive.maxmergedocs           : 2147483647
     jira.index.interactive.mergefactor            : 4
     jira.index.lock.waittime                      : 30000
     jira.index.max.reindexes                      : 2147483647
     jira.index.maxfieldlength                     : 10000
     jira.index.mergepolicy.expungedeletespctallowed : 10
     jira.index.mergepolicy.floorsegmentmb         : 2
     jira.index.mergepolicy.maxmergeatonce         : 10
     jira.index.mergepolicy.maxmergeatonceexplicit : 30
     jira.index.mergepolicy.maxmergedsegmentmb     : 5120
     jira.index.mergepolicy.nocfspct               : 10
     jira.index.mergepolicy.segmentspertier        : 10
     jira.index.mergepolicy.usecompoundfile        : true
     jira.index.update.bulk.optimization           : 400
     jira.issue.actions.order                      : asc
     jira.issue.desc.environment                   : For example operating system, software platform and/or hardware specifications (include as appropriate for the issue).
     jira.issue.desc.original.timetrack            : This value can not be changed after work has begun on the issue.
     jira.issue.desc.timetrack                     : An estimate of how much work remains until this issue will be resolved.<br>
The format of this is ' *w *d *h *m ' (representing weeks, days, hours and minutes - where * can be any number)<br>
Examples: 4d, 5h 30m, 60m and 3w.
     jira.issueindex.fetch.size                    : 200
     jira.lf.application.id                        : jira
     jira.lf.date.complete                         : dd/MMM/yy h:mm a
     jira.lf.date.day                              : EEEE h:mm a
     jira.lf.date.dmy                              : dd/MMM/yy
     jira.lf.date.relativize                       : true
     jira.lf.date.time                             : h:mm a
     jira.lf.favicon.hires.url                     : /images/64jira.png
     jira.lf.favicon.url                           : /favicon.ico
     jira.lf.gadget.color1                         : #369
     jira.lf.gadget.color2                         : #900925
     jira.lf.gadget.color3                         : #d94625
     jira.lf.gadget.color4                         : #346006
     jira.lf.gadget.color5                         : #003366
     jira.lf.gadget.color6                         : #411E66
     jira.lf.gadget.color7                         : #bbb
     jira.lf.logo.height                           : 30
     jira.lf.logo.url                              : /images/jira111x30.png
     jira.lf.logo.width                            : 111
     jira.lf.menu.bgcolour                         : #326ca6
     jira.lf.menu.separator                        : #f0f0f0
     jira.lf.menu.textcolour                       : #ffffff
     jira.lf.text.activelinkcolour                 : #326ca6
     jira.lf.text.headingcolour                    : #292929
     jira.lf.text.linkcolour                       : #326ca6
     jira.lf.top.bgcolour                          : #003366
     jira.lf.top.hilightcolour                     : #326ca6
     jira.lf.top.separator.bgcolor                 : #003366
     jira.lf.top.textcolour                        : #ffffff
     jira.lf.top.texthilightcolour                 : #f0f0f0
     jira.max.AdminPage.history.items              : 5
     jira.max.Issue.history.items                  : 50
     jira.max.JQLQuery.history.items               : 10
     jira.max.history.items                        : 10
     jira.max.issue.filter.dropdown.items          : 10
     jira.max.issue.history.dropdown.items         : 6
     jira.maximum.authentication.attempts.allowed  : 3
     jira.mode                                     : public
     jira.option.allowattachments                  : true
     jira.option.allowcookies                      : true
     jira.option.allowsubtasks                     : true
     jira.option.allowthumbnails                   : true
     jira.option.allowunassigned                   : false
     jira.option.emailvisible                      : show
     jira.option.ignore.url.with.key               : true
     jira.option.indexing                          : true
     jira.option.issuelinking                      : true
     jira.option.logoutconfirm                     : never
     jira.option.rpc.allow                         : true
     jira.option.timetracking                      : true
     jira.option.user.externalmanagement           : false
     jira.option.voting                            : true
     jira.option.watching                          : true
     jira.option.web.usegzip                       : true
     jira.path.attachments                         : C:\Program Files\Atlassian\Application Data\JIRA\data\attachments
     jira.path.attachments.use.default.directory   : true
     jira.path.backup                              : C:\Program Files\Atlassian\Application Data\JIRA\export
     jira.path.index.use.default.directory         : true
     jira.project.summary.max.issues               : 3
     jira.projectkey.description                   : admin.projects.key.description
     jira.projectkey.pattern                       : ([A-Z][A-Z]+)
     jira.projectkey.reservedwords.list            : PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, CON, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9
     jira.projectkey.warning                       : admin.errors.must.specify.unique.project.key
     jira.releasenotes.default                     : Html
     jira.releasenotes.templatenames               : Html, Text
     jira.releasenotes.templates                   : releasenotes-html.vm, releasenotes-text.vm
     jira.scheme.default.issue.type                : 10000
     jira.schemes.comparison.max                   : 5
     jira.screenshotapplet.enabled                 : true
     jira.screenshotapplet.linux.enabled           : false
     jira.search.fullcontentview.pagebreaks        : true
     jira.search.maxclauses                        : 65000
     jira.search.views.default.max                 : 1000
     jira.search.views.max.limit                   : 1000
     jira.search.views.max.unlimited.group         : 
     jira.sendmail.recipient.batch.size            : 100
     jira.setup                                    : true
     jira.show.contact.administrators.form         : false
     jira.subscription.email.max.issues            : 200
     jira.table.cols.dashboard                     : issuetype, issuekey, summary, priority
     jira.table.cols.subtasks                      : issuetype, status, assignee, progress
     jira.table.cols.voted                         : issuetype, issuekey, summary, priority, status
     jira.table.cols.watched                       : issuetype, issuekey, summary, priority, status
     jira.table.gadget.max.rows                    : 50
     jira.text.field.character.limit               : 0
     jira.thumbnail.maxheight                      : 200
     jira.thumbnail.maxwidth                       : 200
     jira.timetracking.copy.comment.to.work.desc.on.transition : true
     jira.timetracking.days.per.week               : 5
     jira.timetracking.default.unit                : MINUTE
     jira.timetracking.estimates.legacy.behaviour  : false
     jira.timetracking.format                      : pretty
     jira.timetracking.hours.per.day               : 8
     jira.title                                    : Testify Plugin Development
     jira.trustedapp.key.private.data              : null
     jira.trustedapp.key.public.data               : null
     jira.trustedapp.uid                           : jira:5182522
     jira.trustedapps.timeout.default              : 10000
     jira.trustedapps.urlmatch.default             : /sr/jira.issueviews:searchrequest
/secure/RunPortlet
/rest
/rpc/soap
/plugins/servlet/streams
/plugins/servlet/applinks
     jira.usermanagement.maxdisplaymembers         : 200
     jira.version.patched                          : 782
     jira.view.issue.links.sort.order              : type, status, priority
     jira.view.issue.show.quicksubtask.when.no.subtasks : false
     jira.viewcvs.root.type                        : cvsroot
     jira.webresource.flushcounter                 : 3
     jira.webresource.superbatch.flushcounter      : 1
     jira.websudo.is.disabled                      : false
     jira.websudo.timeout                          : 10
     jira.whitelist.disabled                       : false
     jira.whitelist.rules                          : null
     jira.xsrf.enabled                             : true
     remoteapps.lastVersion.remoteapps             : 0.4.490
     remoteapps.lastVersion.server                 : 782
     show.plugin.marketing.hints                   : true
     user.default.share.private                    : true
     user.issues.per.page                          : 50
     user.keyboard.shortcuts.disabled              : false
     user.notifications.mimetype                   : html
     user.notify.own.changes                       : false
     user.show.actions.in.navigator                : true
     webwork.i18n.encoding                         : UTF-8
     webwork.multipart.maxSize                     : 10485760
___ License Details _______________________
     License Set                                   : true
     Entitled To Support                           : true
     Evaluation                                    : true
     Description                                   : JIRA: Evaluation
     SEN                                           : SEN-L1829285
     Organisation                                  : Testify AS
     Partner                                       : 
     Maximum Number Of Users                       : Unlimited
___ Database Statistics ___________________
     Issues                                        : 0
     Projects                                      : 1
     Custom Fields                                 : 1
     Workflows                                     : 2
     Users                                         : 1
     Groups                                        : 3
     Attachments                                   : 0
     Comments                                      : 0
___ Upgrade History _______________________
     5.1.3#782
          Time Performed                                : 2012-08-28 15:17:12.667
___ File Paths ____________________________
     JIRA Home                                     : C:\Program Files\Atlassian\Application Data\JIRA
     Location of atlassian-jira.log                : C:\Program Files\Atlassian\Application Data\JIRA\log\atlassian-jira.log
     Index Path                                    : C:\Program Files\Atlassian\Application Data\JIRA\caches\indexes
     Attachment Path                               : C:\Program Files\Atlassian\Application Data\JIRA\data\attachments
___ User Plugins ____________________________
Number : 2
     Atlassian Universal Plugin Manager - Plugin License Storage plugin : com.atlassian.upm.plugin-license-storage-plugin
          Version                                       : 2.2.4
          Status                                        : enabled
          Vendor                                        : Atlassian Pty Ltd
          Description                                   : Provides plugin license storage and decoding capabilities in the absence of a licensing-aware UPM. Disabling or uninstalling this plugin may cause purchased plugins to stop working properly.
     JIRA Suite Utilities                          : com.googlecode.jira-suite-utilities
          Version                                       : 1.3.1
          Status                                        : enabled
          Vendor                                        : beecom AG
          Description                                   : Many objects to extend JIRA
___ System Plugins __________________________
Number : 90
     ActiveObjects Plugin - OSGi Bundle            : com.atlassian.activeobjects.activeobjects-plugin
          Version                                       : 0.19.7
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : An OSGi bundle that provides a service that allows plugins to persist objects using the ActiveObjects framework
     Apache HttpClient OSGi bundle                 : org.apache.httpcomponents.httpclient-4.0
          Version                                       : 4.0
          Status                                        : enabled
          Vendor                                        : Apache Software Foundation
          Description                                   : HttpComponents Client (OSGi bundle)
     Apache HttpCore OSGi bundle                   : org.apache.httpcomponents.httpcore-4.0
          Version                                       : 4.0
          Status                                        : enabled
          Vendor                                        : Apache Software Foundation
          Description                                   : HttpComponents Core (OSGi bundle)
     Applinks Product Plugin                       : com.atlassian.applinks.applinks-plugin
          Version                                       : 3.7.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin that facilitates discovery, connections and authentication with remote applications
     Atlassian - Administration - Quick Search - JIRA : com.atlassian.administration.atlassian-admin-quicksearch-jira
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Administration Quick Search plugin for JIRA
     Atlassian Bot Session Killer                  : com.atlassian.labs.atlassian-bot-killer
          Version                                       : 1.7.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This will remove unwanted http sessions for requests that exhibit Bot like behaviour. That is they make a single request, don't preserve cookies and never call again.
     Atlassian Embedded Crowd - Administration Plugin : com.atlassian.crowd.embedded.admin
          Version                                       : 1.4.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides the administration of local and remote user directories.
     Atlassian Gadgets OAuth Service Provider Plugin : com.atlassian.gadgets.oauth.serviceprovider
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin that makes OAuth Service Providers Gadget aware.
     Atlassian JIRA - Plugins - Admin Summary Component : com.atlassian.jira.jira-admin-summary-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Supplies Content to the JIRA Administration Summary Page
     Atlassian JIRA - Plugins - Application Properties : com.atlassian.jira.jira-application-properties-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides advanced application properties configuration
     Atlassian JIRA - Plugins - Closure Template Renderer : com.atlassian.jira.jira-soy-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides renderer for Closure templates
     Atlassian JIRA - Plugins - Common AppLinks Based Issue Link Plugin : com.atlassian.jira.jira-issue-link-applinks-common-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : Provides the common utilities for AppLinks based issue link plugins
     Atlassian JIRA - Plugins - Confluence Link    : com.atlassian.jira.jira-issue-link-confluence-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : Provides creation and rendering of issue links to Confluence pages
     Atlassian JIRA - Plugins - Gadgets Plugin     : com.atlassian.jira.gadgets
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides Gadgets and REST endpoints bundled with JIRA
     Atlassian JIRA - Plugins - Header Plugin      : com.atlassian.jira.jira-header-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides markup/styles/behaviour/plugin points for the header
     Atlassian JIRA - Plugins - Invite User        : com.atlassian.jira.jira-invite-user-plugin
          Version                                       : 1.5
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Allows administrators to invite users to sign up for an account
     Atlassian JIRA - Plugins - Issue Navigation   : com.atlassian.jira.jira-issue-nav-plugin
          Version                                       : 1.0.46
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides issue search and navigation
     Atlassian JIRA - Plugins - Issue Web Link     : com.atlassian.jira.jira-issue-link-web-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : Provides creation and rendering of issue links to web pages
     Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin : com.atlassian.jira.lookandfeel
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides logo upload capabilities
     Atlassian JIRA - Plugins - Mail Plugin        : com.atlassian.jira.jira-mail-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : JIRA provides cutting edge issue tracking and project management.
     Atlassian JIRA - Plugins - My JIRA Home       : com.atlassian.jira.jira-my-home-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Lets the user pick a landing page.
     Atlassian JIRA - Plugins - OAuth Consumer SPI : com.atlassian.jira.oauth.consumer
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides the Consumer SPI implementation required for OAuth in JIRA.
     Atlassian JIRA - Plugins - OAuth Service Provider SPI : com.atlassian.jira.oauth.serviceprovider
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides the OAuth Service Provider SPI implementation required for OAuth in JIRA.
     Atlassian JIRA - Plugins - Project Config Plugin : com.atlassian.jira.jira-project-config-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides easier project administration with JIRA
     Atlassian JIRA - Plugins - Quick Edit Plugin  : com.atlassian.jira.jira-quick-edit-plugin
          Version                                       : 1.0.46
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This is the com.atlassian.jira:jira-quick-edit-plugin plugin for Atlassian JIRA.
     Atlassian JIRA - Plugins - REST Plugin        : com.atlassian.jira.rest
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides a REST interface for JIRA
     Atlassian JIRA - Plugins - Remote JIRA Link   : com.atlassian.jira.jira-issue-link-remote-jira-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : Provides creation and rendering of links to local and remote JIRA issues
     Atlassian JIRA - Plugins - SAL Plugin         : com.atlassian.sal.jira
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : JIRA implementation of the Shared Application Access Layer (SAL)
     Atlassian JIRA - Plugins - Share Content Component : com.atlassian.jira.jira-share-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Allows users to share issue and searches
     Atlassian JIRA - Plugins - View Issue Panels  : com.atlassian.jira.jira-view-issue-plugin
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : ${project.organization.name}
          Description                                   : Provides WebPanels for the View Issue Page
     Atlassian OAuth Admin Plugin                  : com.atlassian.oauth.admin
          Version                                       : 1.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin that provides a single tabbed view for administering OAuth consumers and service provider information.
     Atlassian OAuth Consumer Plugin               : com.atlassian.oauth.consumer
          Version                                       : 1.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin that makes it possible for applications to become Consumers.
     Atlassian OAuth Consumer SPI                  : com.atlassian.oauth.atlassian-oauth-consumer-spi-1.4.1
          Version                                       : 1.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Consumer SPIs to allow applications to provide custom implementations of storing token and consumer info
     Atlassian OAuth Service Provider Plugin       : com.atlassian.oauth.serviceprovider
          Version                                       : 1.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin that makes it possible for applications to become Service Providers.
     Atlassian OAuth Service Provider SPI          : com.atlassian.oauth.atlassian-oauth-service-provider-spi-1.4.1
          Version                                       : 1.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Service Provider SPIs to allow applications to provide custom implementations of storing token consumer info
     Atlassian REST - Module Types                 : com.atlassian.plugins.rest.atlassian-rest-module
          Version                                       : 2.6.5.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : A plugin that contains REST module types
     Atlassian Remote Apps - Plugin                : com.atlassian.labs.remoteapps-plugin
          Version                                       : 0.4.490
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This is the parent for the Atlassian Remote Apps project
     Atlassian Soy Templates - Plugin              : com.atlassian.soy.soy-template-plugin
          Version                                       : 1.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Base POM for Atlassian projects
     Atlassian Template Renderer API               : com.atlassian.templaterenderer.api
          Version                                       : 1.4.2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : API and plugins for easily rendering content from different template engines.
     Atlassian Template Renderer Velocity 1.6 Plugin : com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin
          Version                                       : 1.4.2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : API and plugins for easily rendering content from different template engines.
     Atlassian UI Plugin                           : com.atlassian.auiplugin
          Version                                       : 3.7-m6
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : An Atlassian plugin that contains the core javascript files used in Atlassian products.
     Atlassian Universal Plugin Manager Plugin     : com.atlassian.upm.atlassian-universal-plugin-manager-plugin
          Version                                       : 2.1.5
          Status                                        : enabled
          Vendor                                        : Atlassian Pty Ltd
          Description                                   : This is the plugin that provides the Atlassian Universal Plugin Manager.
     Crowd REST API                                : crowd-rest-application-management
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : Crowd REST API - Application Management
     Crowd REST API                                : crowd-rest-plugin
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : Crowd REST API
     Crowd System Password Encoders                : crowd.system.passwordencoders
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : Crowd Password Encoders shipped with Crowd
     Embedded Gadgets Plugin                       : com.atlassian.gadgets.embedded
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin which allows gadgets to be embedded in pages
     English (United Kingdom) Language Pack        : com.atlassian.jira.jira-languages.en_UK
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This plugin contains translations the core keys in JIRA for English (United Kingdom).
     English (United States) Language Pack         : com.atlassian.jira.jira-languages.en_US
          Version                                       : 5.1.3
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This plugin contains translations the core keys in JIRA for English (United States).
     FishEye Plugin                                : com.atlassian.jirafisheyeplugin
          Version                                       : 5.0.4.1
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : JIRA Fisheye Plugin
     Gadget Dashboard Plugin                       : com.atlassian.gadgets.dashboard
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin which renders a dashboard of gadgets
     Gadget Directory Plugin                       : com.atlassian.gadgets.directory
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin which renders a directory of gadgets
     Gadget Spec Publisher Plugin                  : com.atlassian.gadgets.publisher
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin which provides a way to publish gadget specs found in plugins
     HipChat                                       : com.atlassian.labs.hipchat.hipchat-plugin
          Version                                       : 1.1.7
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This is the HipChat plugin for JIRA.
     ICU4J                                         : com.atlassian.bundles.icu4j-3.8.0.1
          Version                                       : 3.8.0.1
          Status                                        : enabled
          Vendor                                        : Atlassian Pty Ltd
          Description                                   : ICU4J as an OSGi bundle
     JDOM DOM Processor                            : com.springsource.org.jdom-1.0.0
          Version                                       : 1.0.0
          Status                                        : enabled
          Vendor                                        : SpringSource
          Description                                   :
     JIRA Active Objects SPI implementation        : com.atlassian.activeobjects.jira.spi
          Version                                       : 0.19.7
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems
          Description                                   : A plugin that provides the DataSourceProvider service
     JIRA Activity Stream Plugin                   : com.atlassian.streams.streams-jira-plugin
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Lists recent activity in a single project, or in all projects.
     JIRA Bamboo Plugin                            : com.atlassian.jira.plugin.ext.bamboo
          Version                                       : 5.0
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems Pty Ltd
          Description                                   : Allows you to see builds and telemetry from a remote Bamboo server
     JIRA French (France) Language Pack            : tac.jira.languages.fr_FR
          Version                                       : 5.1.2-v2r2028-2012-08-07
          Status                                        : enabled
          Vendor                                        : Atlassian Community
          Description                                   : This plugin contains translations for fr_FR
     JIRA German (Germany) Language Pack           : tac.jira.languages.de_DE
          Version                                       : 5.1.2-v2r5326-2012-08-07
          Status                                        : enabled
          Vendor                                        : Atlassian Community
          Description                                   : This plugin contains translations for de_DE
     JIRA Importers Plugin (JIM)                   : com.atlassian.jira.plugins.jira-importers-plugin
          Version                                       : 4.3.2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : A plugin (originally part of JIRA 4.2 and older) which provides capability to import to JIRA issues from 3rd party issue trackers: Bugzilla, FogBugz and Mantis.
     JIRA Issue Collector Plugin                   : com.atlassian.jira.collector.plugin.jira-issue-collector-plugin
          Version                                       : 1.1.1
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This plugin provides the ability to create issues from remote applications
     JIRA JSON-RPC Plugin                          : com.atlassian.jira.rpc.jira-json-rpc-plugin
          Version                                       : 1.0.4
          Status                                        : enabled
          Vendor                                        : Atlassian Software
          Description                                   : Exposes JIRA SOAP services using JSON-RPC
     JIRA Japanese (Japan) Language Pack           : tac.jira.languages.ja_JP
          Version                                       : 5.1.2-v2r12902-2012-08-09
          Status                                        : enabled
          Vendor                                        : Atlassian Community
          Description                                   : This plugin contains translations for ja_JP
     JIRA Monitoring Plugin                        : com.atlassian.jira.jira-monitoring-plugin
          Version                                       : 05.5
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Records and exposes JIRA key performance metrics
     JIRA Spanish (Spain) Language Pack            : tac.jira.languages.es_ES
          Version                                       : 5.1.2-v2r11459-2012-08-07
          Status                                        : enabled
          Vendor                                        : Atlassian Community
          Description                                   : This plugin contains translations for es_ES
     JIRA Streams Inline Actions Plugin            : com.atlassian.streams.jira.inlineactions
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems Pty Ltd
          Description                                   : JIRA Streams Inline Actions Plugin
     JIRA Time Zone Detection plugin               : com.atlassian.jira.jira-tzdetect-plugin
          Version                                       : 1.5
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Performs client-side time zone detection for JIRA.
     JIRA Usage Hints                              : jira.usage.hints
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This library includes the web fragments for JIRA usage hints displayed on issue operation dialogs. It should never be disabled.
     JIRA Welcome Plugin                           : com.atlassian.jira.welcome.jira-welcome-plugin
          Version                                       : 1.1.10
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Displays a welcome dialog for first-time usage of JIRA, as well as a whats new dialog for users just having upgraded to this version of JIRA.
     JIRA iCalendar Plugin                         : com.atlassian.jira.extra.jira-ical-feed
          Version                                       : 1.0.8
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Provides an iCal feed of JIRA issues and versions
     JQL Functions                                 : jira.jql.function
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This plugin implements a JQL function in JIRA.
     JSON Library                                  : com.atlassian.bundles.json-20070829.0.0.1
          Version                                       : 20070829.0.0.1
          Status                                        : enabled
          Vendor                                        : Atlassian Pty Ltd
          Description                                   : Library for manipulating JSON
     Keyboard Shortcuts Plugin                     : jira.keyboard.shortcuts
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : A plugin that defines a number of keyboard shortcuts.
     Neko HTML                                     : com.atlassian.bundles.nekohtml-1.9.12.1
          Version                                       : 1.9.12.1
          Status                                        : enabled
          Vendor                                        : Atlassian Pty Ltd
          Description                                   : Neko HTML library as an OSGi bundle
     Opensocial Plugin                             : com.atlassian.gadgets.opensocial
          Version                                       : 3.2.0-m2
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Plugin for OpenSocial API Support and Gadget Rendering
     ROME, RSS and atOM utilitiEs for Java         : rome.rome-1.0
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Sun Microsystems
          Description                                   : All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it  easy to work in Java with most syndication formats. Today it accepts all flavors of RSS  (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes  a set of parsers and generators for the various flavors of feeds, as well as converters  to convert from one format to another. The parsers can give you back Java objects that  are either specific for the format you want to work with, or a generic normalized  SyndFeed object that lets you work on with the data without bothering about the  underlying format.
     ROME: RSS/Atom syndication and publishing tools : com.springsource.com.sun.syndication-0.9.0
          Version                                       : 0.9.0
          Status                                        : enabled
          Vendor                                        : SpringSource
          Description                                   :
     RPC JIRA Plugin                               : com.atlassian.jira.ext.rpc
          Version                                       : 5.0.5
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : The standard JIRA RPC services, both SOAP and XML-RPC.
     Streams API                                   : com.atlassian.streams.streams-api-5.1.4
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Lists recent activity in a single project, or in all projects.
     Streams Core Plugin                           : com.atlassian.streams.core
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems Pty Ltd
          Description                                   : Streams Core Plugin
     Streams Inline Actions Plugin                 : com.atlassian.streams.actions
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems Pty Ltd
          Description                                   : Streams Inline Actions Plugin
     Streams Plugin                                : com.atlassian.streams
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian Software Systems Pty Ltd
          Description                                   : Streams Plugin
     Streams SPI                                   : com.atlassian.streams.streams-spi-5.1.4
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Lists recent activity in a single project, or in all projects.
     Streams Third Party Provider Plugin           : com.atlassian.streams.streams-thirdparty-plugin
          Version                                       : 5.1.4
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Lists recent activity in a single project, or in all projects.
     Support Tools Plugin                          : com.atlassian.support.stp
          Version                                       : 3.0.9
          Status                                        : enabled
          Vendor                                        : Atlassian Support
          Description                                   : This is the Support Tools Plugin, developed to help Atlassian customers with our products.
     User Format                                   : jira.user.format
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This plugin renders a user in JIRA.
     User Profile Panels                           : jira.user.profile.panels
          Version                                       : 1.0
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : This library includes the panels included on the user profile page.
     Workflow Designer Plugin                      : com.atlassian.jira.plugins.jira-workflow-designer
          Version                                       : 2.6.13
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : The visual way to edit JIRA Workflows.
     jira-help-tips                                : com.atlassian.plugins.helptips.jira-help-tips
          Version                                       : 0.22
          Status                                        : enabled
          Vendor                                        : Atlassian
          Description                                   : Common way to display help tips in the UI of JIRA.
___ Listeners _____________________________
Instance Count : 3
     Mail Listener                                 : com.atlassian.jira.event.listeners.mail.MailListener
     Issue Assignment Listener                     : com.atlassian.jira.event.listeners.history.IssueAssignHistoryListener
     Issue Index Listener                          : com.atlassian.jira.event.listeners.search.IssueIndexListener
___ Services ______________________________
Instance Count : 7
     Backup Service                                : com.atlassian.jira.service.services.export.ExportService
          Service Delay                                 : 43200000ms
     Last Run                                      : 25.09.12 11:22
          USE_DEFAULT_DIRECTORY                         : true
     Mail Queue Service                            : com.atlassian.jira.service.services.mail.MailQueueService
          Service Delay                                 : 60000ms
     Last Run                                      : 25.09.12 13:09
     NotificationCacheUpdateJob-job                : com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService
          Service Delay                                 : 86400000ms
     Last Run                                      : 25.09.12 11:23
          pluginJobName                                 : NotificationCacheUpdateJob-job
          repeatInterval                                : 86400000
          initiallyFired                                : true
     PluginLicenseExpiryJob-job                    : com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService
          Service Delay                                 : 86400000ms
     Last Run                                      : 25.09.12 11:23
          pluginJobName                                 : PluginLicenseExpiryJob-job
          repeatInterval                                : 86400000
          initiallyFired                                : true
     Service Provider Session Remover              : com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService
          Service Delay                                 : 28800000ms
     Last Run                                      : 25.09.12 11:22
          pluginJobName                                 : Service Provider Session Remover
          repeatInterval                                : 28800000
          initiallyFired                                : false
     com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateServiceImpl:job : com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService
          Service Delay                                 : 60000ms
     Last Run                                      : 25.09.12 13:09
          pluginJobName                                 : com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateServiceImpl:job
          repeatInterval                                : 60000
          initiallyFired                                : true
     com.atlassian.streams.internal.ActivityProviderConnectionMonitorImpl:activityProviderMonitor : com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService
          Service Delay                                 : 300000ms
     Last Run                                      : 25.09.12 13:08
          pluginJobName                                 : com.atlassian.streams.internal.ActivityProviderConnectionMonitorImpl:activityProviderMonitor
          repeatInterval                                : 300000
          initiallyFired                                : true
___ Trusted Applications __________________
Instance Count : 0
 -->
<entity-engine-xml>
    <Application id="1" name="crowd-embedded" lowerName="crowd-embedded" createdDate="2012-08-28 15:17:12.374" updatedDate="2012-08-28 15:17:12.374" active="1" description="" applicationType="CROWD" credential="X"/>
    <Avatar id="10000" fileName="codegeist.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10001" fileName="eamesbird.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10002" fileName="jm_black.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10003" fileName="jm_brown.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10004" fileName="jm_orange.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10005" fileName="jm_red.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10006" fileName="jm_white.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10007" fileName="jm_yellow.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10008" fileName="monster.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10009" fileName="rainbow.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10010" fileName="kangaroo.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10011" fileName="rocket.png" contentType="image/png" avatarType="project" systemAvatar="1"/>
    <Avatar id="10100" fileName="Avatar-1.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10101" fileName="Avatar-2.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10102" fileName="Avatar-3.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10103" fileName="Avatar-4.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10104" fileName="Avatar-5.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10105" fileName="Avatar-6.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10106" fileName="Avatar-7.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10107" fileName="Avatar-8.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10108" fileName="Avatar-9.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10109" fileName="Avatar-10.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10110" fileName="Avatar-11.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10111" fileName="Avatar-12.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10112" fileName="Avatar-13.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10113" fileName="Avatar-14.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10114" fileName="Avatar-15.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10115" fileName="Avatar-16.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10116" fileName="Avatar-17.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10117" fileName="Avatar-18.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10118" fileName="Avatar-19.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10119" fileName="Avatar-20.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10120" fileName="Avatar-21.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10121" fileName="Avatar-22.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10122" fileName="Avatar-default.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <Avatar id="10123" fileName="Avatar-unknown.png" contentType="image/png" avatarType="user" systemAvatar="1"/>
    <ConfigurationContext id="10000" key="issuetype" fieldconfigscheme="10000"/>
    <ConfigurationContext id="10500" key="customfield_10300" fieldconfigscheme="10601"/>
    <CustomField id="10300" customfieldtypekey="com.atlassian.jira.plugin.system.customfieldtypes:select" customfieldsearcherkey="com.atlassian.jira.plugin.system.customfieldtypes:selectsearcher" name="MyFirstCustomField"/>
    <Directory id="1" directoryName="JIRA Internal Directory" lowerDirectoryName="jira internal directory" createdDate="2012-08-28 15:17:12.383" updatedDate="2012-08-28 15:17:12.383" active="1" description="JIRA default internal directory" implementationClass="com.atlassian.crowd.directory.InternalDirectory" lowerImplementationClass="com.atlassian.crowd.directory.internaldirectory" type="INTERNAL" position="0"/>
    <DirectoryAttribute directoryId="1" name="user_encryption_method" value="atlassian-security"/>
    <DirectoryOperation directoryId="1" operationType="CREATE_GROUP"/>
    <DirectoryOperation directoryId="1" operationType="CREATE_ROLE"/>
    <DirectoryOperation directoryId="1" operationType="CREATE_USER"/>
    <DirectoryOperation directoryId="1" operationType="DELETE_GROUP"/>
    <DirectoryOperation directoryId="1" operationType="DELETE_ROLE"/>
    <DirectoryOperation directoryId="1" operationType="DELETE_USER"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_GROUP"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_GROUP_ATTRIBUTE"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_ROLE"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_ROLE_ATTRIBUTE"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_USER"/>
    <DirectoryOperation directoryId="1" operationType="UPDATE_USER_ATTRIBUTE"/>
    <DraftWorkflow id="10400" parentname="MyFirstWorkflow">
        <descriptor><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow PUBLIC "-//OpenSymphony Group//DTD OSWorkflow 2.8//EN" "http://www.opensymphony.com/osworkflow/workflow_2_8.dtd">
<workflow>
  <meta name="jira.update.author.name">fugmag</meta>
  <meta name="jira.description"></meta>
  <meta name="jira.updated.date">1348571390077</meta>
  <initial-actions>
    <action id="1" name="Create">
      <validators>
        <validator name="" type="class">
          <arg name="class.name">com.atlassian.jira.workflow.validator.PermissionValidator</arg>
          <arg name="permission">Create Issue</arg>
        </validator>
      </validators>
      <results>
        <unconditional-result old-status="null" status="open" step="1">
          <post-functions>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueCreateFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueReindexFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.event.FireIssueEventFunction</arg>
              <arg name="eventTypeId">1</arg>
            </function>
          </post-functions>
        </unconditional-result>
      </results>
    </action>
  </initial-actions>
  <steps>
    <step id="1" name="Open">
      <meta name="jira.status.id">1</meta>
    </step>
  </steps>
</workflow>
]]></descriptor>
    </DraftWorkflow>
    <EventType id="1" name="Issue Created" description="This is the 'issue created' event." type="jira.system.event.type"/>
    <EventType id="2" name="Issue Updated" description="This is the 'issue updated' event." type="jira.system.event.type"/>
    <EventType id="3" name="Issue Assigned" description="This is the 'issue assigned' event." type="jira.system.event.type"/>
    <EventType id="4" name="Issue Resolved" description="This is the 'issue resolved' event." type="jira.system.event.type"/>
    <EventType id="5" name="Issue Closed" description="This is the 'issue closed' event." type="jira.system.event.type"/>
    <EventType id="6" name="Issue Commented" description="This is the 'issue commented' event." type="jira.system.event.type"/>
    <EventType id="7" name="Issue Reopened" description="This is the 'issue reopened' event." type="jira.system.event.type"/>
    <EventType id="8" name="Issue Deleted" description="This is the 'issue deleted' event." type="jira.system.event.type"/>
    <EventType id="9" name="Issue Moved" description="This is the 'issue moved' event." type="jira.system.event.type"/>
    <EventType id="10" name="Work Logged On Issue" description="This is the 'work logged on issue' event." type="jira.system.event.type"/>
    <EventType id="11" name="Work Started On Issue" description="This is the 'work started on issue' event." type="jira.system.event.type"/>
    <EventType id="12" name="Work Stopped On Issue" description="This is the 'work stopped on issue' event." type="jira.system.event.type"/>
    <EventType id="13" name="Generic Event" description="This is the 'generic event' event." type="jira.system.event.type"/>
    <EventType id="14" name="Issue Comment Edited" description="This is the 'issue comment edited' event." type="jira.system.event.type"/>
    <EventType id="15" name="Issue Worklog Updated" description="This is the 'issue worklog updated' event." type="jira.system.event.type"/>
    <EventType id="16" name="Issue Worklog Deleted" description="This is the 'issue worklog deleted' event." type="jira.system.event.type"/>
    <ExternalEntity id="10" name="fugmag" type="com.atlassian.jira.user.OfbizExternalEntityStore"/>
    <FieldConfigScheme id="10000" name="Default Issue Type Scheme" description="Default issue type scheme is the list of global issue types. All newly created issue types will automatically be added to this scheme." fieldid="issuetype"/>
    <FieldConfigScheme id="10600" name="MyIssueTypeScheme" fieldid="issuetype"/>
    <FieldConfigScheme id="10601" name="Default Configuration Scheme for MyFirstCustomField" description="Default configuration scheme generated by JIRA" fieldid="customfield_10300"/>
    <FieldConfigSchemeIssueType id="10806" fieldconfigscheme="10000" fieldconfiguration="10000"/>
    <FieldConfigSchemeIssueType id="10809" fieldconfigscheme="10600" fieldconfiguration="10600"/>
    <FieldConfigSchemeIssueType id="10810" issuetype="6" fieldconfigscheme="10601" fieldconfiguration="10601"/>
    <FieldConfiguration id="10000" name="Default Configuration for Issue Type" description="Default configuration generated by JIRA" fieldid="issuetype"/>
    <FieldConfiguration id="10600" name="Default Configuration for Issue Type" description="Default configuration generated by JIRA" fieldid="issuetype"/>
    <FieldConfiguration id="10601" name="Default Configuration for MyFirstCustomField" description="Default configuration generated by JIRA" fieldid="customfield_10300"/>
    <FieldLayout id="10000" name="Default Field Configuration" description="The default field configuration" type="default"/>
    <FieldLayoutItem id="10180" fieldlayout="10000" fieldidentifier="summary" ishidden="false" isrequired="true" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10181" fieldlayout="10000" fieldidentifier="issuetype" ishidden="false" isrequired="true" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10182" fieldlayout="10000" fieldidentifier="security" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10183" fieldlayout="10000" fieldidentifier="priority" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10184" fieldlayout="10000" fieldidentifier="duedate" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10185" fieldlayout="10000" fieldidentifier="components" ishidden="false" isrequired="false" renderertype="frother-control-renderer"/>
    <FieldLayoutItem id="10186" fieldlayout="10000" fieldidentifier="versions" ishidden="false" isrequired="false" renderertype="frother-control-renderer"/>
    <FieldLayoutItem id="10187" fieldlayout="10000" fieldidentifier="fixVersions" ishidden="false" isrequired="false" renderertype="frother-control-renderer"/>
    <FieldLayoutItem id="10188" fieldlayout="10000" fieldidentifier="assignee" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10189" fieldlayout="10000" fieldidentifier="reporter" ishidden="false" isrequired="true" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10190" fieldlayout="10000" fieldidentifier="environment" description="For example operating system, software platform and/or hardware specifications (include as appropriate for the issue)." ishidden="false" isrequired="false" renderertype="atlassian-wiki-renderer"/>
    <FieldLayoutItem id="10191" fieldlayout="10000" fieldidentifier="description" ishidden="false" isrequired="false" renderertype="atlassian-wiki-renderer"/>
    <FieldLayoutItem id="10192" fieldlayout="10000" fieldidentifier="timetracking" description="An estimate of how much work remains until this issue will be resolved.<br>The format of this is ' *w *d *h *m ' (representing weeks, days, hours and minutes - where * can be any number)<br>Examples: 4d, 5h 30m, 60m and 3w.<br>" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10193" fieldlayout="10000" fieldidentifier="resolution" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10194" fieldlayout="10000" fieldidentifier="attachment" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10195" fieldlayout="10000" fieldidentifier="comment" ishidden="false" isrequired="false" renderertype="atlassian-wiki-renderer"/>
    <FieldLayoutItem id="10196" fieldlayout="10000" fieldidentifier="labels" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldLayoutItem id="10197" fieldlayout="10000" fieldidentifier="worklog" description="Allows work to be logged whilst creating, editing or transitioning issues." ishidden="false" isrequired="false" renderertype="atlassian-wiki-renderer"/>
    <FieldLayoutItem id="10198" fieldlayout="10000" fieldidentifier="issuelinks" ishidden="false" isrequired="false" renderertype="jira-text-renderer"/>
    <FieldScreen id="1" name="Default Screen" description="Allows to update all system fields."/>
    <FieldScreen id="2" name="Workflow Screen" description="This screen is used in the workflow and enables you to assign issues"/>
    <FieldScreen id="3" name="Resolve Issue Screen" description="Allows to set resolution, change fix versions and assign an issue."/>
    <FieldScreen id="10400" name="MyFirstScreen" description=""/>
    <FieldScreenLayoutItem id="10000" fieldidentifier="summary" sequence="0" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10014" fieldidentifier="assignee" sequence="0" fieldscreentab="10001"/>
    <FieldScreenLayoutItem id="10015" fieldidentifier="resolution" sequence="0" fieldscreentab="10002"/>
    <FieldScreenLayoutItem id="10016" fieldidentifier="fixVersions" sequence="1" fieldscreentab="10002"/>
    <FieldScreenLayoutItem id="10017" fieldidentifier="assignee" sequence="2" fieldscreentab="10002"/>
    <FieldScreenLayoutItem id="10018" fieldidentifier="worklog" sequence="3" fieldscreentab="10002"/>
    <FieldScreenLayoutItem id="10422" fieldidentifier="timetracking" sequence="17" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10423" fieldidentifier="security" sequence="16" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10424" fieldidentifier="resolution" sequence="15" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10425" fieldidentifier="reporter" sequence="14" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10426" fieldidentifier="priority" sequence="13" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10427" fieldidentifier="worklog" sequence="12" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10428" fieldidentifier="issuelinks" sequence="11" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10429" fieldidentifier="labels" sequence="10" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10430" fieldidentifier="issuetype" sequence="9" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10431" fieldidentifier="fixVersions" sequence="8" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10432" fieldidentifier="environment" sequence="7" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10433" fieldidentifier="duedate" sequence="6" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10434" fieldidentifier="description" sequence="5" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10435" fieldidentifier="components" sequence="4" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10436" fieldidentifier="attachment" sequence="3" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10437" fieldidentifier="assignee" sequence="2" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10438" fieldidentifier="versions" sequence="1" fieldscreentab="10000"/>
    <FieldScreenLayoutItem id="10600" fieldidentifier="customfield_10300" sequence="0" fieldscreentab="10500"/>
    <FieldScreenScheme id="1" name="Default Screen Scheme" description="Default Screen Scheme"/>
    <FieldScreenScheme id="10300" name="MyScreenScheme" description=""/>
    <FieldScreenSchemeItem id="10000" fieldscreen="1" fieldscreenscheme="1"/>
    <FieldScreenSchemeItem id="10306" operation="0" fieldscreen="1" fieldscreenscheme="1"/>
    <FieldScreenSchemeItem id="10307" operation="1" fieldscreen="1" fieldscreenscheme="1"/>
    <FieldScreenSchemeItem id="10308" operation="2" fieldscreen="1" fieldscreenscheme="1"/>
    <FieldScreenSchemeItem id="10400" fieldscreen="10400" fieldscreenscheme="10300"/>
    <FieldScreenSchemeItem id="10401" operation="0" fieldscreen="10400" fieldscreenscheme="10300"/>
    <FieldScreenSchemeItem id="10402" operation="1" fieldscreen="10400" fieldscreenscheme="10300"/>
    <FieldScreenSchemeItem id="10403" operation="2" fieldscreen="10400" fieldscreenscheme="10300"/>
    <FieldScreenTab id="10000" name="Field Tab" sequence="0" fieldscreen="1"/>
    <FieldScreenTab id="10001" name="Field Tab" sequence="0" fieldscreen="2"/>
    <FieldScreenTab id="10002" name="Field Tab" sequence="0" fieldscreen="3"/>
    <FieldScreenTab id="10500" name="Field Tab" sequence="0" fieldscreen="10400"/>
    <GadgetUserPreference id="10000" portletconfiguration="10001" userprefkey="keys" userprefvalue="__all_projects__"/>
    <GadgetUserPreference id="10001" portletconfiguration="10001" userprefkey="isConfigured" userprefvalue="true"/>
    <GadgetUserPreference id="10002" portletconfiguration="10001" userprefkey="title" userprefvalue="Testify Plugin Development"/>
    <GadgetUserPreference id="10003" portletconfiguration="10001" userprefkey="numofentries" userprefvalue="5"/>
    <GadgetUserPreference id="10004" portletconfiguration="10002" userprefkey="isConfigured" userprefvalue="true"/>
    <GadgetUserPreference id="10005" portletconfiguration="10003" userprefkey="isConfigured" userprefvalue="true"/>
    <GenericConfiguration id="10000" datatype="DefaultValue" datakey="10000" xmlvalue="<string>1</string>"/>
    <GenericConfiguration id="10300" datatype="DefaultValue" datakey="10600" xmlvalue="<string></string>"/>
    <Group id="10000" groupName="jira-administrators" lowerGroupName="jira-administrators" active="1" local="0" createdDate="2012-08-28 15:17:12.399" updatedDate="2012-08-28 15:17:12.399" description="" type="GROUP" directoryId="1"/>
    <Group id="10001" groupName="jira-developers" lowerGroupName="jira-developers" active="1" local="0" createdDate="2012-08-28 15:17:12.399" updatedDate="2012-08-28 15:17:12.399" description="" type="GROUP" directoryId="1"/>
    <Group id="10002" groupName="jira-users" lowerGroupName="jira-users" active="1" local="0" createdDate="2012-08-28 15:17:12.399" updatedDate="2012-08-28 15:17:12.399" description="" type="GROUP" directoryId="1"/>
    <IssueLinkType id="10000" linkname="Blocks" inward="is blocked by" outward="blocks"/>
    <IssueLinkType id="10001" linkname="Cloners" inward="is cloned by" outward="clones"/>
    <IssueLinkType id="10002" linkname="Duplicate" inward="is duplicated by" outward="duplicates"/>
    <IssueLinkType id="10003" linkname="Relates" inward="relates to" outward="relates to"/>
    <IssueLinkType id="10100" linkname="jira_subtask_link" inward="jira_subtask_inward" outward="jira_subtask_outward" style="jira_subtask"/>
    <IssueType id="1" sequence="1" name="Bug" description="A problem which impairs or prevents the functions of the product." iconurl="/images/icons/bug.gif"/>
    <IssueType id="2" sequence="2" name="New Feature" description="A new feature of the product, which has yet to be developed." iconurl="/images/icons/newfeature.gif"/>
    <IssueType id="3" sequence="3" name="Task" description="A task that needs to be done." iconurl="/images/icons/task.gif"/>
    <IssueType id="4" sequence="4" name="Improvement" description="An improvement or enhancement to an existing feature or task." iconurl="/images/icons/improvement.gif"/>
    <IssueType id="5" sequence="0" name="Sub-task" style="jira_subtask" description="The sub-task of the issue" iconurl="/images/icons/issue_subtask.gif"/>
    <IssueType id="6" name="MyFirstIssueType" description="" iconurl="/images/icons/genericissue.gif"/>
    <IssueType id="7" name="MySecondIssueType" description="" iconurl="/images/icons/genericissue.gif"/>
    <IssueTypeScreenScheme id="1" name="Default Issue Type Screen Scheme" description="The default issue type screen scheme"/>
    <IssueTypeScreenScheme id="10300" name="My First Issue Type Screen Scheme" description=""/>
    <IssueTypeScreenSchemeEntity id="10000" scheme="1" fieldscreenscheme="1"/>
    <IssueTypeScreenSchemeEntity id="10502" scheme="10300" fieldscreenscheme="10300"/>
    <IssueTypeScreenSchemeEntity id="10503" issuetype="6" scheme="10300" fieldscreenscheme="10300"/>
    <ListenerConfig id="10000" clazz="com.atlassian.jira.event.listeners.mail.MailListener" name="Mail Listener"/>
    <ListenerConfig id="10001" clazz="com.atlassian.jira.event.listeners.history.IssueAssignHistoryListener" name="Issue Assignment Listener"/>
    <ListenerConfig id="10003" clazz="com.atlassian.jira.event.listeners.search.IssueIndexListener" name="Issue Index Listener"/>
    <Membership id="10000" parentId="10000" childId="10000" membershipType="GROUP_USER" parentName="jira-administrators" lowerParentName="jira-administrators" childName="fugmag" lowerChildName="fugmag" directoryId="1"/>
    <Membership id="10001" parentId="10001" childId="10000" membershipType="GROUP_USER" parentName="jira-developers" lowerParentName="jira-developers" childName="fugmag" lowerChildName="fugmag" directoryId="1"/>
    <Membership id="10002" parentId="10002" childId="10000" membershipType="GROUP_USER" parentName="jira-users" lowerParentName="jira-users" childName="fugmag" lowerChildName="fugmag" directoryId="1"/>
    <NodeAssociation sourceNodeId="10501" sourceNodeEntity="Project" sinkNodeId="0" sinkNodeEntity="PermissionScheme" associationType="ProjectScheme"/>
    <NodeAssociation sourceNodeId="10501" sourceNodeEntity="Project" sinkNodeId="1" sinkNodeEntity="IssueTypeScreenScheme" associationType="ProjectScheme"/>
    <NodeAssociation sourceNodeId="10501" sourceNodeEntity="Project" sinkNodeId="10501" sinkNodeEntity="WorkflowScheme" associationType="ProjectScheme"/>
    <Notification id="10000" scheme="10000" eventTypeId="1" type="Current_Assignee"/>
    <Notification id="10001" scheme="10000" eventTypeId="1" type="Current_Reporter"/>
    <Notification id="10002" scheme="10000" eventTypeId="1" type="All_Watchers"/>
    <Notification id="10003" scheme="10000" eventTypeId="2" type="Current_Assignee"/>
    <Notification id="10004" scheme="10000" eventTypeId="2" type="Current_Reporter"/>
    <Notification id="10005" scheme="10000" eventTypeId="2" type="All_Watchers"/>
    <Notification id="10006" scheme="10000" eventTypeId="3" type="Current_Assignee"/>
    <Notification id="10007" scheme="10000" eventTypeId="3" type="Current_Reporter"/>
    <Notification id="10008" scheme="10000" eventTypeId="3" type="All_Watchers"/>
    <Notification id="10009" scheme="10000" eventTypeId="4" type="Current_Assignee"/>
    <Notification id="10010" scheme="10000" eventTypeId="4" type="Current_Reporter"/>
    <Notification id="10011" scheme="10000" eventTypeId="4" type="All_Watchers"/>
    <Notification id="10012" scheme="10000" eventTypeId="5" type="Current_Assignee"/>
    <Notification id="10013" scheme="10000" eventTypeId="5" type="Current_Reporter"/>
    <Notification id="10014" scheme="10000" eventTypeId="5" type="All_Watchers"/>
    <Notification id="10015" scheme="10000" eventTypeId="6" type="Current_Assignee"/>
    <Notification id="10016" scheme="10000" eventTypeId="6" type="Current_Reporter"/>
    <Notification id="10017" scheme="10000" eventTypeId="6" type="All_Watchers"/>
    <Notification id="10018" scheme="10000" eventTypeId="7" type="Current_Assignee"/>
    <Notification id="10019" scheme="10000" eventTypeId="7" type="Current_Reporter"/>
    <Notification id="10020" scheme="10000" eventTypeId="7" type="All_Watchers"/>
    <Notification id="10021" scheme="10000" eventTypeId="8" type="Current_Assignee"/>
    <Notification id="10022" scheme="10000" eventTypeId="8" type="Current_Reporter"/>
    <Notification id="10023" scheme="10000" eventTypeId="8" type="All_Watchers"/>
    <Notification id="10024" scheme="10000" eventTypeId="9" type="Current_Assignee"/>
    <Notification id="10025" scheme="10000" eventTypeId="9" type="Current_Reporter"/>
    <Notification id="10026" scheme="10000" eventTypeId="9" type="All_Watchers"/>
    <Notification id="10027" scheme="10000" eventTypeId="10" type="Current_Assignee"/>
    <Notification id="10028" scheme="10000" eventTypeId="10" type="Current_Reporter"/>
    <Notification id="10029" scheme="10000" eventTypeId="10" type="All_Watchers"/>
    <Notification id="10030" scheme="10000" eventTypeId="11" type="Current_Assignee"/>
    <Notification id="10031" scheme="10000" eventTypeId="11" type="Current_Reporter"/>
    <Notification id="10032" scheme="10000" eventTypeId="11" type="All_Watchers"/>
    <Notification id="10033" scheme="10000" eventTypeId="12" type="Current_Assignee"/>
    <Notification id="10034" scheme="10000" eventTypeId="12" type="Current_Reporter"/>
    <Notification id="10035" scheme="10000" eventTypeId="12" type="All_Watchers"/>
    <Notification id="10036" scheme="10000" eventTypeId="13" type="Current_Assignee"/>
    <Notification id="10037" scheme="10000" eventTypeId="13" type="Current_Reporter"/>
    <Notification id="10038" scheme="10000" eventTypeId="13" type="All_Watchers"/>
    <Notification id="10100" scheme="10000" eventTypeId="14" type="Current_Assignee"/>
    <Notification id="10101" scheme="10000" eventTypeId="14" type="Current_Reporter"/>
    <Notification id="10102" scheme="10000" eventTypeId="14" type="All_Watchers"/>
    <Notification id="10103" scheme="10000" eventTypeId="15" type="Current_Assignee"/>
    <Notification id="10104" scheme="10000" eventTypeId="15" type="Current_Reporter"/>
    <Notification id="10105" scheme="10000" eventTypeId="15" type="All_Watchers"/>
    <Notification id="10106" scheme="10000" eventTypeId="16" type="Current_Assignee"/>
    <Notification id="10107" scheme="10000" eventTypeId="16" type="Current_Reporter"/>
    <Notification id="10108" scheme="10000" eventTypeId="16" type="All_Watchers"/>
    <NotificationScheme id="10000" name="Default Notification Scheme"/>
    <OAuthConsumer id="10000" created="2012-08-28 15:08:10.564" name="JIRA" consumerKey="jira:5182522" service="__HOST_SERVICE__" publicKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeGf6SglAQFUpxwCNOc2FnvC+KSPPr+694XTDhXLU+qvI8W5MNMCEkA6gPOwCWi46fGyqm+HcjjEnwbNitKw1pbl+Gd5qlEt+M0GV2PLxWwsCgu/r+GFNS3+Lu9DCEdi7i5bsEIQFcXQ/t4C++ssuFseDxVuCEDXhdeYIUlfon+QIDAQAB" privateKey="MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAN4Z/pKCUBAVSnHAI05zYWe8L4pI8+v7r3hdMOFctT6q8jxbkw0wISQDqA87AJaLjp8bKqb4dyOMSfBs2K0rDWluX4Z3mqUS34zQZXY8vFbCwKC7+v4YU1Lf4u70MIR2LuLluwQhAVxdD+3gL76yy4Wx4PFW4IQNeF15ghSV+if5AgMBAAECgYASRs9VHRYbjLT4kVgWb5Y3ZBwBZCl2ZNq2q+yGzws3IfgXEW4Tar9/aDGfNzrAKLHO0/x5iv661SOMfliCP4W13RmUquwqGbn/EB8f3YHAqQOmI8+ihEPxYpnJvvGKPiJBFkNxCIwoU7WGTTcaAlctGY38m4UJOE6aGHYxyEGUUQJBAO/pmKKvHkV8ZP/eyVt+g1QLcFKYKyd4LVU6AJea+GxkXSZO+EsfJ7/c0MZVyNwycr3AYtLkdDP/pKW9JO8G3o0CQQDs/qaOlDrnlejpoNTRmEs1KSX+fyW7PeYMw5eZ5oUrtTLLgGV1FduRk6o9DeFz/wQ0HHd4FjrK6DUZD2dAozodAkAgp1K3Ec609nFowhH1+go17jijhUKaZKkG6JYcDGOznRVwmV8CGoN2gb+IvzRPhC5J1V2eBqoqSalHRa85OV4hAkBRAaXqvE36FKqdGMVFsxmZ3SvIdqtt+fVlTYHHMB062F+5YXTMdaEsfF3HKrRyUqucKFLJsEd+TarAmxw+4swdAkEAnGvfLQEsp3jqnATJfZNB6muMVZShNnnnS+5nfk2lam0L6QiWVqBgmmVPU7Yz1ZH5f37JwQrkrurUM3W/4iEnug==" description="Atlassian JIRA at null" signatureMethod="RSA_SHA1"/>
    <OSCurrentStepPrev id="10001" previousId="10000"/>
    <OSCurrentStepPrev id="10002" previousId="10001"/>
    <OSCurrentStepPrev id="10107" previousId="10106"/>
    <OSCurrentStepPrev id="10108" previousId="10107"/>
    <OSCurrentStepPrev id="10109" previousId="10108"/>
    <OSCurrentStepPrev id="10110" previousId="10109"/>
    <OSCurrentStepPrev id="10111" previousId="10110"/>
    <OSCurrentStepPrev id="10112" previousId="10111"/>
    <OSCurrentStepPrev id="10114" previousId="10113"/>
    <OSCurrentStepPrev id="10115" previousId="10114"/>
    <OSCurrentStepPrev id="10207" previousId="10206"/>
    <OSCurrentStepPrev id="10308" previousId="10307"/>
    <OSCurrentStepPrev id="10309" previousId="10308"/>
    <OSCurrentStepPrev id="10310" previousId="10309"/>
    <OSCurrentStepPrev id="10331" previousId="10330"/>
    <OSCurrentStepPrev id="10332" previousId="10331"/>
    <OSCurrentStepPrev id="10333" previousId="10332"/>
    <OSCurrentStepPrev id="10335" previousId="10334"/>
    <OSCurrentStepPrev id="10336" previousId="10335"/>
    <OSCurrentStepPrev id="10337" previousId="10336"/>
    <OSCurrentStepPrev id="10338" previousId="10337"/>
    <OSCurrentStepPrev id="10340" previousId="10339"/>
    <OSCurrentStepPrev id="10341" previousId="10340"/>
    <OSCurrentStepPrev id="10342" previousId="10341"/>
    <OSCurrentStepPrev id="10401" previousId="10400"/>
    <OSCurrentStepPrev id="10402" previousId="10401"/>
    <OSCurrentStepPrev id="10403" previousId="10402"/>
    <OSCurrentStepPrev id="10404" previousId="10403"/>
    <OSCurrentStepPrev id="10405" previousId="10404"/>
    <OSCurrentStepPrev id="10406" previousId="10405"/>
    <OSCurrentStepPrev id="10407" previousId="10406"/>
    <OSCurrentStepPrev id="10409" previousId="10408"/>
    <OSCurrentStepPrev id="10410" previousId="10409"/>
    <OSCurrentStepPrev id="10411" previousId="10410"/>
    <OSCurrentStepPrev id="10412" previousId="10411"/>
    <OSCurrentStepPrev id="10413" previousId="10412"/>
    <OSCurrentStepPrev id="10414" previousId="10413"/>
    <OSCurrentStepPrev id="10418" previousId="10417"/>
    <OSCurrentStepPrev id="10426" previousId="10425"/>
    <OSCurrentStepPrev id="10427" previousId="10426"/>
    <OSCurrentStepPrev id="10428" previousId="10427"/>
    <OSCurrentStepPrev id="10430" previousId="10429"/>
    <OSCurrentStepPrev id="10431" previousId="10430"/>
    <OSCurrentStepPrev id="10432" previousId="10431"/>
    <OSCurrentStepPrev id="10444" previousId="10443"/>
    <OSCurrentStepPrev id="10445" previousId="10444"/>
    <OSCurrentStepPrev id="10447" previousId="10446"/>
    <OSCurrentStepPrev id="10448" previousId="10447"/>
    <OSCurrentStepPrev id="10450" previousId="10449"/>
    <OSCurrentStepPrev id="10451" previousId="10450"/>
    <OSCurrentStepPrev id="10453" previousId="10452"/>
    <OSCurrentStepPrev id="10454" previousId="10453"/>
    <OSCurrentStepPrev id="10455" previousId="10454"/>
    <OSCurrentStepPrev id="10457" previousId="10456"/>
    <OSCurrentStepPrev id="10458" previousId="10457"/>
    <OSCurrentStepPrev id="10459" previousId="10458"/>
    <OSCurrentStepPrev id="10460" previousId="10459"/>
    <OSCurrentStepPrev id="10461" previousId="10460"/>
    <OSCurrentStepPrev id="10462" previousId="10461"/>
    <OSCurrentStepPrev id="10463" previousId="10462"/>
    <OSCurrentStepPrev id="10464" previousId="10463"/>
    <OSCurrentStepPrev id="10466" previousId="10465"/>
    <OSCurrentStepPrev id="10467" previousId="10466"/>
    <OSCurrentStepPrev id="10468" previousId="10467"/>
    <OSCurrentStepPrev id="10469" previousId="10468"/>
    <OSCurrentStepPrev id="10470" previousId="10469"/>
    <OSCurrentStepPrev id="10473" previousId="10472"/>
    <OSCurrentStepPrev id="10474" previousId="10464"/>
    <OSCurrentStepPrev id="10475" previousId="10474"/>
    <OSCurrentStepPrev id="10476" previousId="10475"/>
    <OSCurrentStepPrev id="10477" previousId="10476"/>
    <OSCurrentStepPrev id="10478" previousId="10477"/>
    <OSCurrentStepPrev id="10479" previousId="10478"/>
    <OSCurrentStepPrev id="10480" previousId="10479"/>
    <OSCurrentStepPrev id="10481" previousId="10480"/>
    <OSCurrentStepPrev id="10482" previousId="10481"/>
    <OSCurrentStepPrev id="10483" previousId="10482"/>
    <OSCurrentStepPrev id="10486" previousId="10485"/>
    <OSCurrentStepPrev id="10487" previousId="10486"/>
    <OSCurrentStepPrev id="10488" previousId="10487"/>
    <OSCurrentStepPrev id="10489" previousId="10488"/>
    <OSCurrentStepPrev id="10490" previousId="10489"/>
    <OSCurrentStepPrev id="10491" previousId="10490"/>
    <OSCurrentStepPrev id="10492" previousId="10491"/>
    <OSCurrentStepPrev id="10494" previousId="10493"/>
    <OSCurrentStepPrev id="10495" previousId="10494"/>
    <OSCurrentStepPrev id="10496" previousId="10495"/>
    <OSCurrentStepPrev id="10498" previousId="10497"/>
    <OSCurrentStepPrev id="10499" previousId="10498"/>
    <OSCurrentStepPrev id="10500" previousId="10499"/>
    <OSCurrentStepPrev id="10502" previousId="10501"/>
    <OSCurrentStepPrev id="10503" previousId="10502"/>
    <OSCurrentStepPrev id="10504" previousId="10503"/>
    <OSCurrentStepPrev id="10505" previousId="10504"/>
    <OSCurrentStepPrev id="10511" previousId="10510"/>
    <OSCurrentStepPrev id="10512" previousId="10511"/>
    <OSCurrentStepPrev id="10513" previousId="10512"/>
    <OSCurrentStepPrev id="10516" previousId="10515"/>
    <OSCurrentStepPrev id="10517" previousId="10516"/>
    <OSCurrentStepPrev id="10518" previousId="10517"/>
    <OSCurrentStepPrev id="10520" previousId="10519"/>
    <OSCurrentStepPrev id="10521" previousId="10520"/>
    <OSCurrentStepPrev id="10522" previousId="10521"/>
    <OSCurrentStepPrev id="10524" previousId="10523"/>
    <OSCurrentStepPrev id="10525" previousId="10524"/>
    <OSCurrentStepPrev id="10527" previousId="10526"/>
    <OSCurrentStepPrev id="10529" previousId="10528"/>
    <OSCurrentStepPrev id="10530" previousId="10529"/>
    <OSCurrentStepPrev id="10531" previousId="10530"/>
    <OSCurrentStepPrev id="10533" previousId="10532"/>
    <OSCurrentStepPrev id="10534" previousId="10533"/>
    <OSCurrentStepPrev id="10535" previousId="10534"/>
    <OSCurrentStepPrev id="10537" previousId="10536"/>
    <OSCurrentStepPrev id="10538" previousId="10537"/>
    <OSCurrentStepPrev id="10539" previousId="10538"/>
    <OSCurrentStepPrev id="10541" previousId="10540"/>
    <OSCurrentStepPrev id="10542" previousId="10541"/>
    <OSCurrentStepPrev id="10543" previousId="10542"/>
    <OSCurrentStepPrev id="10544" previousId="10543"/>
    <OSCurrentStepPrev id="10545" previousId="10544"/>
    <OSCurrentStepPrev id="10546" previousId="10545"/>
    <OSCurrentStepPrev id="10547" previousId="10546"/>
    <OSCurrentStepPrev id="10548" previousId="10547"/>
    <OSCurrentStepPrev id="10551" previousId="10548"/>
    <OSCurrentStepPrev id="10552" previousId="10551"/>
    <OSCurrentStepPrev id="10560" previousId="10559"/>
    <OSCurrentStepPrev id="10563" previousId="10562"/>
    <OSCurrentStepPrev id="10564" previousId="10563"/>
    <OSCurrentStepPrev id="10565" previousId="10564"/>
    <OSCurrentStepPrev id="10572" previousId="10571"/>
    <OSCurrentStepPrev id="10573" previousId="10572"/>
    <OSCurrentStepPrev id="10574" previousId="10573"/>
    <OSCurrentStepPrev id="10575" previousId="10574"/>
    <OSCurrentStepPrev id="10576" previousId="10575"/>
    <OSCurrentStepPrev id="10577" previousId="10576"/>
    <OSCurrentStepPrev id="10578" previousId="10577"/>
    <OSCurrentStepPrev id="10580" previousId="10579"/>
    <OSCurrentStepPrev id="10581" previousId="10580"/>
    <OSCurrentStepPrev id="10583" previousId="10581"/>
    <OSCurrentStepPrev id="10584" previousId="10583"/>
    <OSCurrentStepPrev id="10585" previousId="10584"/>
    <OSCurrentStepPrev id="10587" previousId="10586"/>
    <OSCurrentStepPrev id="10588" previousId="10587"/>
    <OSCurrentStepPrev id="10598" previousId="10597"/>
    <OSCurrentStepPrev id="10599" previousId="10598"/>
    <OSCurrentStepPrev id="10600" previousId="10599"/>
    <OSCurrentStepPrev id="10602" previousId="10601"/>
    <OSCurrentStepPrev id="10603" previousId="10602"/>
    <OSCurrentStepPrev id="10605" previousId="10604"/>
    <OSCurrentStepPrev id="10606" previousId="10605"/>
    <OSCurrentStepPrev id="10701" previousId="10700"/>
    <OSCurrentStepPrev id="10702" previousId="10701"/>
    <OSCurrentStepPrev id="10704" previousId="10703"/>
    <OSCurrentStepPrev id="10705" previousId="10704"/>
    <OSCurrentStepPrev id="10711" previousId="10710"/>
    <OSCurrentStepPrev id="10712" previousId="10711"/>
    <OSCurrentStepPrev id="10713" previousId="10712"/>
    <OSCurrentStepPrev id="10714" previousId="10713"/>
    <OSCurrentStepPrev id="10715" previousId="10714"/>
    <OSCurrentStepPrev id="10716" previousId="10715"/>
    <OSCurrentStepPrev id="10717" previousId="10716"/>
    <OSCurrentStepPrev id="10731" previousId="10730"/>
    <OSCurrentStepPrev id="10732" previousId="10731"/>
    <OSCurrentStepPrev id="10760" previousId="10759"/>
    <OSCurrentStepPrev id="10761" previousId="10760"/>
    <OSCurrentStepPrev id="10762" previousId="10761"/>
    <OSCurrentStepPrev id="10771" previousId="10770"/>
    <OSCurrentStepPrev id="10772" previousId="10771"/>
    <OSCurrentStepPrev id="10773" previousId="10772"/>
    <OSCurrentStepPrev id="10774" previousId="10773"/>
    <OSCurrentStepPrev id="10775" previousId="10774"/>
    <OSCurrentStepPrev id="10776" previousId="10775"/>
    <OSCurrentStepPrev id="10777" previousId="10776"/>
    <OSCurrentStepPrev id="10778" previousId="10777"/>
    <OSCurrentStepPrev id="10779" previousId="10778"/>
    <OSCurrentStepPrev id="10790" previousId="10789"/>
    <OSCurrentStepPrev id="10804" previousId="10803"/>
    <OSCurrentStepPrev id="10805" previousId="10804"/>
    <OSCurrentStepPrev id="10806" previousId="10805"/>
    <OSCurrentStepPrev id="10807" previousId="10806"/>
    <OSHistoryStep id="10000" entryId="10000" stepId="1" actionId="4" owner="" startDate="2012-08-30 12:57:13.578" finishDate="2012-08-31 11:06:01.566" status="Finished" caller="fugmag"/>
    <OSHistoryStep id="10001" entryId="10000" stepId="3" actionId="301" owner="" startDate="2012-08-31 11:06:01.568" finishDate="2012-08-31 11:06:04.391" status="Finished" caller="fugmag"/>
    <OSHistoryStep id="10002" entryId="10000" stepId="1" actionId="0" owner="" startDate="2012-08-31 11:06:04.392" status="Assigned"/>
    <OSHistoryStep id="10003" entryId="10001" stepId="1" actionId="0" owner="" startDate="2012-08-31 11:31:28.429" status="Open"/>
    <OSHistoryStep id="10100" entryId="10100" stepId="1" actionId="0" owner="" startDate="2012-09-11 18:08:13.357" status="Open"/>
    <OSHistoryStep id="10101" entryId="10101" stepId="1" actionId="0" owner="" startDate="2012-09-12 13:10:48.97" status="Open"/>
    <OSHistoryStep id="10200" entryId="10200" stepId="1" actionId="0" owner="" startDate="2012-09-14 10:14:13.815" status="Open"/>
    <OSHistoryStep id="10204" entryId="10204" stepId="1" actionId="0" owner="" startDate="2012-09-14 12:35:15.145" status="Open"/>
    <OSHistoryStep id="10205" entryId="10205" stepId="1" actionId="0" owner="" startDate="2012-09-14 13:12:18.163" status="Open"/>
    <OSHistoryStep id="10206" entryId="10206" stepId="1" actionId="4" owner="" startDate="2012-09-14 14:06:12.639" finishDate="2012-09-14 14:20:07.584" status="Finished" caller="fugmag"/>
    <OSHistoryStep id="10207" entryId="10206" stepId="3" actionId="0" owner="" startDate="2012-09-14 14:20:07.587" status="Underway"/>
    <OSHistoryStep id="10208" entryId="10207" stepId="1" actionId="0" owner="" startDate="2012-09-14 14:54:09.506" status="Open"/>
    <OSHistoryStep id="10300" entryId="10300" stepId="1" actionId="0" owner="" startDate="2012-09-17 12:39:05.196" status="Open"/>
    <OSHistoryStep id="10301" entryId="10301" stepId="1" actionId="0" owner="" startDate="2012-09-14 10:14:13.815" status="Open"/>
    <OSHistoryStep id="10302" entryId="10302" stepId="1" actionId="0" owner="" startDate="2012-09-14 12:35:15.145" status="Open"/>
    <OSHistoryStep id="10303" entryId="10303" stepId="1" actionId="0" owner="" startDate="2012-09-14 13:12:18.163" status="Open"/>
    <OSHistoryStep id="10304" entryId="10304" stepId="1" actionId="0" owner="" startDate="2012-09-14 14:54:09.506" status="Open"/>
    <OSHistoryStep id="10305" entryId="10305" stepId="1" actionId="0" owner="" startDate="2012-09-17 12:39:05.196" status="Open"/>
    <OSHistoryStep id="10306" entryId="10306" stepId="2" actionId="0" owner="" startDate="2012-09-14 14:20:07.587" status="Underway"/>
    <OSHistoryStep id="10307" entryId="10307" stepId="1" actionId="11" owner="" startDate="2012-09-17 13:13:18.166" finishDate="2012-09-17 13:13:26.62" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10308" entryId="10307" stepId="2" actionId="31" owner="" startDate="2012-09-17 13:13:26.622" finishDate="2012-09-17 13:13:32.667" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10309" entryId="10307" stepId="3" actionId="41" owner="" startDate="2012-09-17 13:13:32.668" finishDate="2012-09-17 13:13:36.204" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10310" entryId="10307" stepId="4" actionId="41" owner="" startDate="2012-09-17 13:13:36.206" finishDate="2012-09-17 13:13:36.212" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10311" entryId="10308" stepId="1" actionId="0" owner="" startDate="2012-09-17 13:30:14.166" status="open"/>
    <OSHistoryStep id="10312" entryId="10309" stepId="1" actionId="0" owner="" startDate="2012-09-14 10:14:13.815" status="Open"/>
    <OSHistoryStep id="10313" entryId="10310" stepId="1" actionId="0" owner="" startDate="2012-09-14 12:35:15.145" status="Open"/>
    <OSHistoryStep id="10314" entryId="10311" stepId="1" actionId="0" owner="" startDate="2012-09-14 13:12:18.163" status="Open"/>
    <OSHistoryStep id="10315" entryId="10312" stepId="1" actionId="0" owner="" startDate="2012-09-14 14:54:09.506" status="Open"/>
    <OSHistoryStep id="10316" entryId="10313" stepId="1" actionId="0" owner="" startDate="2012-09-17 12:39:05.196" status="Open"/>
    <OSHistoryStep id="10317" entryId="10314" stepId="1" actionId="0" owner="" startDate="2012-09-17 13:30:14.166" status="open"/>
    <OSHistoryStep id="10318" entryId="10315" stepId="3" actionId="0" owner="" startDate="2012-09-14 14:20:07.587" status="Underway"/>
    <OSHistoryStep id="10319" entryId="10316" stepId="6" actionId="0" startDate="2012-09-17 13:13:18.167" status="6"/>
    <OSHistoryStep id="10320" entryId="10317" stepId="1" actionId="0" owner="" startDate="2012-09-17 13:41:02.936" status="Open"/>
    <OSHistoryStep id="10419" entryId="10405" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:40:28.021" status="Open"/>
    <OSHistoryStep id="10420" entryId="10406" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:55:08.943" status="Open"/>
    <OSHistoryStep id="10421" entryId="10407" stepId="1" actionId="0" owner="" startDate="2012-09-18 13:03:18.325" status="Open"/>
    <OSHistoryStep id="10422" entryId="10408" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:40:28.021" status="Open"/>
    <OSHistoryStep id="10423" entryId="10409" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:55:08.943" status="Open"/>
    <OSHistoryStep id="10424" entryId="10410" stepId="1" actionId="0" owner="" startDate="2012-09-18 13:03:18.325" status="Open"/>
    <OSHistoryStep id="10425" entryId="10411" stepId="1" actionId="11" owner="" startDate="2012-09-18 13:04:27.5" finishDate="2012-09-18 13:04:33.364" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10426" entryId="10411" stepId="2" actionId="21" owner="" startDate="2012-09-18 13:04:33.365" finishDate="2012-09-18 13:04:44.248" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10427" entryId="10411" stepId="3" actionId="41" owner="" startDate="2012-09-18 13:04:44.256" finishDate="2012-09-18 13:04:46.233" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10428" entryId="10411" stepId="6" actionId="41" owner="" startDate="2012-09-18 13:04:46.234" finishDate="2012-09-18 13:04:46.239" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10429" entryId="10412" stepId="1" actionId="11" owner="" startDate="2012-09-18 13:06:35.521" finishDate="2012-09-18 13:06:42.528" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10430" entryId="10412" stepId="2" actionId="31" owner="" startDate="2012-09-18 13:06:42.529" finishDate="2012-09-18 13:06:43.802" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10431" entryId="10412" stepId="4" actionId="61" owner="" startDate="2012-09-18 13:06:43.804" finishDate="2012-09-18 13:06:45.305" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10432" entryId="10412" stepId="6" actionId="61" owner="" startDate="2012-09-18 13:06:45.307" finishDate="2012-09-18 13:06:45.311" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10433" entryId="10413" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:40:28.021" status="Open"/>
    <OSHistoryStep id="10434" entryId="10414" stepId="1" actionId="0" owner="" startDate="2012-09-18 12:55:08.943" status="Open"/>
    <OSHistoryStep id="10435" entryId="10415" stepId="1" actionId="0" owner="" startDate="2012-09-18 13:03:18.325" status="Open"/>
    <OSHistoryStep id="10436" entryId="10416" stepId="6" actionId="0" startDate="2012-09-18 13:04:27.5" status="6"/>
    <OSHistoryStep id="10437" entryId="10417" stepId="6" actionId="0" startDate="2012-09-18 13:06:35.522" status="6"/>
    <OSHistoryStep id="10501" entryId="10435" stepId="1" actionId="91" owner="" startDate="2012-09-18 15:54:53.868" finishDate="2012-09-18 15:55:02.709" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10502" entryId="10435" stepId="2" actionId="21" owner="" startDate="2012-09-18 15:55:02.71" finishDate="2012-09-18 15:55:08.551" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10503" entryId="10435" stepId="3" actionId="111" owner="" startDate="2012-09-18 15:55:08.553" finishDate="2012-09-18 15:55:11.004" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10504" entryId="10435" stepId="7" actionId="131" owner="" startDate="2012-09-18 15:55:11.006" finishDate="2012-09-18 15:55:12.3" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10505" entryId="10435" stepId="4" actionId="0" owner="" startDate="2012-09-18 15:55:12.301" status="Done"/>
    <OSHistoryStep id="10506" entryId="10436" stepId="1" actionId="0" owner="" startDate="2012-09-18 15:55:12.301" status="Done"/>
    <OSHistoryStep id="10510" entryId="10440" stepId="1" actionId="91" owner="" startDate="2012-09-18 16:23:32.22" finishDate="2012-09-18 16:24:00.848" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10511" entryId="10440" stepId="2" actionId="21" owner="" startDate="2012-09-18 16:24:00.849" finishDate="2012-09-18 16:24:06.77" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10512" entryId="10440" stepId="3" actionId="111" owner="" startDate="2012-09-18 16:24:06.772" finishDate="2012-09-18 16:24:10.476" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10513" entryId="10440" stepId="7" actionId="0" owner="" startDate="2012-09-18 16:24:10.477" status="Done"/>
    <OSHistoryStep id="10514" entryId="10441" stepId="3" actionId="0" owner="" startDate="2012-09-18 16:24:10.477" status="Done"/>
    <OSHistoryStep id="10536" entryId="10448" stepId="1" actionId="91" owner="" startDate="2012-09-18 17:44:47.318" finishDate="2012-09-18 17:44:55.322" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10537" entryId="10448" stepId="2" actionId="31" owner="" startDate="2012-09-18 17:44:55.323" finishDate="2012-09-18 17:45:02.621" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10538" entryId="10448" stepId="4" actionId="181" owner="" startDate="2012-09-18 17:45:02.622" finishDate="2012-09-18 17:45:08.664" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10539" entryId="10448" stepId="4" actionId="0" owner="" startDate="2012-09-18 17:45:08.665" status="Done"/>
    <OSHistoryStep id="10540" entryId="10449" stepId="1" actionId="91" owner="" startDate="2012-09-18 17:48:47.793" finishDate="2012-09-18 18:01:44.84" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10541" entryId="10449" stepId="2" actionId="21" owner="" startDate="2012-09-18 18:01:44.842" finishDate="2012-09-18 18:02:17.152" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10542" entryId="10449" stepId="3" actionId="191" owner="" startDate="2012-09-18 18:02:17.154" finishDate="2012-09-18 18:02:27.209" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10543" entryId="10449" stepId="5" actionId="221" owner="" startDate="2012-09-18 18:02:27.211" finishDate="2012-09-18 18:02:30.388" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10544" entryId="10449" stepId="4" actionId="201" owner="" startDate="2012-09-18 18:02:30.391" finishDate="2012-09-18 18:02:41.798" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10545" entryId="10449" stepId="5" actionId="221" owner="" startDate="2012-09-18 18:02:41.799" finishDate="2012-09-18 18:02:55.998" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10546" entryId="10449" stepId="4" actionId="201" owner="" startDate="2012-09-18 18:02:55.999" finishDate="2012-09-18 18:06:00.882" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10547" entryId="10449" stepId="5" actionId="221" owner="" startDate="2012-09-18 18:06:00.883" finishDate="2012-09-18 18:06:01.972" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10548" entryId="10449" stepId="4" actionId="201" owner="" startDate="2012-09-18 18:06:01.974" finishDate="2012-09-18 18:23:48.984" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10551" entryId="10449" stepId="5" actionId="221" owner="" startDate="2012-09-18 18:23:48.986" finishDate="2012-09-18 18:49:35.6" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10552" entryId="10449" stepId="4" actionId="0" owner="" startDate="2012-09-18 18:49:35.601" status="Done"/>
    <OSHistoryStep id="10556" entryId="10455" stepId="1" actionId="0" owner="" startDate="2012-09-19 15:10:25.189" status="Open"/>
    <OSHistoryStep id="10557" entryId="10456" stepId="1" actionId="0" owner="" startDate="2012-09-19 15:10:25.189" status="Open"/>
    <OSHistoryStep id="10559" entryId="10458" stepId="1" actionId="4" owner="" startDate="2012-09-19 15:32:41.292" finishDate="2012-09-19 15:32:52.787" status="Finished" caller="fugmag"/>
    <OSHistoryStep id="10560" entryId="10458" stepId="3" actionId="0" owner="" startDate="2012-09-19 15:32:52.788" status="Underway"/>
    <OSHistoryStep id="10568" entryId="10463" stepId="1" actionId="0" owner="" startDate="2012-09-19 16:01:03.364" status="open"/>
    <OSHistoryStep id="10569" entryId="10464" stepId="1" actionId="0" owner="" startDate="2012-09-19 16:01:03.364" status="open"/>
    <OSHistoryStep id="10586" entryId="10469" stepId="1" actionId="91" owner="" startDate="2012-09-19 16:59:45.542" finishDate="2012-09-19 16:59:49.941" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10587" entryId="10469" stepId="2" actionId="201" owner="" startDate="2012-09-19 16:59:49.942" finishDate="2012-09-19 16:59:51.945" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10588" entryId="10469" stepId="4" actionId="0" owner="" startDate="2012-09-19 16:59:51.946" status="Done"/>
    <OSHistoryStep id="10593" entryId="10474" stepId="1" actionId="0" owner="" startDate="2012-09-19 16:59:51.946" status="Done"/>
    <OSHistoryStep id="10594" entryId="10475" stepId="1" actionId="0" owner="" startDate="2012-09-19 16:59:51.946" status="Done"/>
    <OSHistoryStep id="10700" entryId="10500" stepId="1" actionId="91" owner="" startDate="2012-09-24 12:47:57.228" finishDate="2012-09-24 12:48:08.137" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10701" entryId="10500" stepId="2" actionId="191" owner="" startDate="2012-09-24 12:48:08.139" finishDate="2012-09-24 12:48:10.536" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10702" entryId="10500" stepId="3" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10703" entryId="10501" stepId="1" actionId="91" owner="" startDate="2012-09-24 12:54:18.042" finishDate="2012-09-24 12:54:23.891" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10704" entryId="10501" stepId="2" actionId="201" owner="" startDate="2012-09-24 12:54:23.892" finishDate="2012-09-24 12:54:27.418" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10705" entryId="10501" stepId="4" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10706" entryId="10502" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10707" entryId="10503" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10708" entryId="10504" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10709" entryId="10505" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10710" entryId="10506" stepId="1" actionId="91" owner="" startDate="2012-09-24 13:12:29.206" finishDate="2012-09-24 13:12:48.851" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10711" entryId="10506" stepId="2" actionId="201" owner="" startDate="2012-09-24 13:12:48.852" finishDate="2012-09-24 13:12:52.02" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10712" entryId="10506" stepId="4" actionId="241" owner="" startDate="2012-09-24 13:12:52.021" finishDate="2012-09-24 13:13:33.95" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10713" entryId="10506" stepId="5" actionId="211" owner="" startDate="2012-09-24 13:13:33.951" finishDate="2012-09-24 13:13:36.162" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10714" entryId="10506" stepId="3" actionId="231" owner="" startDate="2012-09-24 13:13:36.164" finishDate="2012-09-24 13:13:37.288" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10715" entryId="10506" stepId="5" actionId="221" owner="" startDate="2012-09-24 13:13:37.289" finishDate="2012-09-24 13:13:38.21" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10716" entryId="10506" stepId="4" actionId="181" owner="" startDate="2012-09-24 13:13:38.211" finishDate="2012-09-24 13:13:45.894" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10717" entryId="10506" stepId="4" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10718" entryId="10507" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10719" entryId="10508" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10720" entryId="10509" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10721" entryId="10510" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10722" entryId="10511" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10723" entryId="10512" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10724" entryId="10513" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10725" entryId="10514" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10726" entryId="10515" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10727" entryId="10516" stepId="6" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10728" entryId="10517" stepId="6" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10729" entryId="10518" stepId="6" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10730" entryId="10519" stepId="1" actionId="91" owner="" startDate="2012-09-24 13:25:48.254" finishDate="2012-09-24 13:25:53.797" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10731" entryId="10519" stepId="2" actionId="201" owner="" startDate="2012-09-24 13:25:53.798" finishDate="2012-09-24 13:25:55.966" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10732" entryId="10519" stepId="4" actionId="0" owner="" startDate="2012-09-24 13:25:55.968" status="Done"/>
    <OSHistoryStep id="10733" entryId="10520" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10734" entryId="10521" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10735" entryId="10522" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10736" entryId="10523" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:25:55.968" status="Done"/>
    <OSHistoryStep id="10737" entryId="10524" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:48:10.537" status="Done"/>
    <OSHistoryStep id="10738" entryId="10525" stepId="1" actionId="0" owner="" startDate="2012-09-24 12:54:27.42" status="Done"/>
    <OSHistoryStep id="10739" entryId="10526" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:13:45.896" status="Done"/>
    <OSHistoryStep id="10740" entryId="10527" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:25:55.968" status="Done"/>
    <OSHistoryStep id="10741" entryId="10528" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:39:20.018" status="open"/>
    <OSHistoryStep id="10747" entryId="10534" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10748" entryId="10535" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10749" entryId="10536" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10750" entryId="10537" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:53:56.209" status="open"/>
    <OSHistoryStep id="10751" entryId="10538" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10752" entryId="10539" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:53:56.209" status="open"/>
    <OSHistoryStep id="10753" entryId="10540" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10754" entryId="10541" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:53:56.209" status="open"/>
    <OSHistoryStep id="10755" entryId="10542" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:49:00.127" status="open"/>
    <OSHistoryStep id="10756" entryId="10543" stepId="1" actionId="0" owner="" startDate="2012-09-24 13:53:56.209" status="open"/>
    <OSHistoryStep id="10759" entryId="10546" stepId="1" actionId="91" owner="" startDate="2012-09-24 14:03:57.196" finishDate="2012-09-24 14:04:07.877" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10760" entryId="10546" stepId="2" actionId="201" owner="" startDate="2012-09-24 14:04:07.878" finishDate="2012-09-24 14:04:09.41" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10761" entryId="10546" stepId="4" actionId="261" owner="" startDate="2012-09-24 14:04:09.411" finishDate="2012-09-24 14:04:14.84" status="Not Done" caller="fugmag"/>
    <OSHistoryStep id="10762" entryId="10546" stepId="6" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10763" entryId="10547" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10764" entryId="10548" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10765" entryId="10549" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:28:27.488" status="open"/>
    <OSHistoryStep id="10766" entryId="10550" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10767" entryId="10551" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:28:27.488" status="open"/>
    <OSHistoryStep id="10768" entryId="10552" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10780" entryId="10555" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10781" entryId="10556" stepId="1" actionId="0" owner="" startDate="2012-09-24 14:04:14.842" status="Done"/>
    <OSHistoryStep id="10783" entryId="10558" stepId="1" actionId="0" owner="" startDate="2012-09-24 15:09:50.697" status="open"/>
    <OSHistoryStep id="10784" entryId="10559" stepId="1" actionId="0" owner="" startDate="2012-09-24 15:09:50.697" status="open"/>
    <OSHistoryStep id="10787" entryId="10562" stepId="1" actionId="0" owner="" startDate="2012-09-24 15:13:25.075" status="Open"/>
    <OSHistoryStep id="10792" entryId="10566" stepId="1" actionId="0" owner="" startDate="2012-09-24 16:07:05.363" status="open"/>
    <OSHistoryStep id="10793" entryId="10567" stepId="1" actionId="0" owner="" startDate="2012-09-24 16:07:05.363" status="open"/>
    <OSHistoryStep id="10800" entryId="10600" stepId="1" actionId="0" owner="" startDate="2012-09-24 16:07:05.363" status="open"/>
    <OSHistoryStep id="10801" entryId="10601" stepId="1" actionId="0" owner="" startDate="2012-09-24 16:07:05.363" status="open"/>
    <OSHistoryStepPrev id="10001" previousId="10000"/>
    <OSHistoryStepPrev id="10002" previousId="10001"/>
    <OSHistoryStepPrev id="10107" previousId="10106"/>
    <OSHistoryStepPrev id="10108" previousId="10107"/>
    <OSHistoryStepPrev id="10109" previousId="10108"/>
    <OSHistoryStepPrev id="10110" previousId="10109"/>
    <OSHistoryStepPrev id="10111" previousId="10110"/>
    <OSHistoryStepPrev id="10112" previousId="10111"/>
    <OSHistoryStepPrev id="10114" previousId="10113"/>
    <OSHistoryStepPrev id="10207" previousId="10206"/>
    <OSHistoryStepPrev id="10308" previousId="10307"/>
    <OSHistoryStepPrev id="10309" previousId="10308"/>
    <OSHistoryStepPrev id="10310" previousId="10309"/>
    <OSHistoryStepPrev id="10331" previousId="10330"/>
    <OSHistoryStepPrev id="10332" previousId="10331"/>
    <OSHistoryStepPrev id="10333" previousId="10332"/>
    <OSHistoryStepPrev id="10335" previousId="10334"/>
    <OSHistoryStepPrev id="10336" previousId="10335"/>
    <OSHistoryStepPrev id="10337" previousId="10336"/>
    <OSHistoryStepPrev id="10338" previousId="10337"/>
    <OSHistoryStepPrev id="10340" previousId="10339"/>
    <OSHistoryStepPrev id="10341" previousId="10340"/>
    <OSHistoryStepPrev id="10342" previousId="10341"/>
    <OSHistoryStepPrev id="10401" previousId="10400"/>
    <OSHistoryStepPrev id="10402" previousId="10401"/>
    <OSHistoryStepPrev id="10403" previousId="10402"/>
    <OSHistoryStepPrev id="10404" previousId="10403"/>
    <OSHistoryStepPrev id="10405" previousId="10404"/>
    <OSHistoryStepPrev id="10406" previousId="10405"/>
    <OSHistoryStepPrev id="10409" previousId="10408"/>
    <OSHistoryStepPrev id="10410" previousId="10409"/>
    <OSHistoryStepPrev id="10411" previousId="10410"/>
    <OSHistoryStepPrev id="10412" previousId="10411"/>
    <OSHistoryStepPrev id="10413" previousId="10412"/>
    <OSHistoryStepPrev id="10426" previousId="10425"/>
    <OSHistoryStepPrev id="10427" previousId="10426"/>
    <OSHistoryStepPrev id="10428" previousId="10427"/>
    <OSHistoryStepPrev id="10430" previousId="10429"/>
    <OSHistoryStepPrev id="10431" previousId="10430"/>
    <OSHistoryStepPrev id="10432" previousId="10431"/>
    <OSHistoryStepPrev id="10444" previousId="10443"/>
    <OSHistoryStepPrev id="10447" previousId="10446"/>
    <OSHistoryStepPrev id="10450" previousId="10449"/>
    <OSHistoryStepPrev id="10453" previousId="10452"/>
    <OSHistoryStepPrev id="10454" previousId="10453"/>
    <OSHistoryStepPrev id="10457" previousId="10456"/>
    <OSHistoryStepPrev id="10458" previousId="10457"/>
    <OSHistoryStepPrev id="10459" previousId="10458"/>
    <OSHistoryStepPrev id="10460" previousId="10459"/>
    <OSHistoryStepPrev id="10461" previousId="10460"/>
    <OSHistoryStepPrev id="10462" previousId="10461"/>
    <OSHistoryStepPrev id="10463" previousId="10462"/>
    <OSHistoryStepPrev id="10464" previousId="10463"/>
    <OSHistoryStepPrev id="10466" previousId="10465"/>
    <OSHistoryStepPrev id="10467" previousId="10466"/>
    <OSHistoryStepPrev id="10468" previousId="10467"/>
    <OSHistoryStepPrev id="10469" previousId="10468"/>
    <OSHistoryStepPrev id="10474" previousId="10464"/>
    <OSHistoryStepPrev id="10475" previousId="10474"/>
    <OSHistoryStepPrev id="10476" previousId="10475"/>
    <OSHistoryStepPrev id="10477" previousId="10476"/>
    <OSHistoryStepPrev id="10478" previousId="10477"/>
    <OSHistoryStepPrev id="10479" previousId="10478"/>
    <OSHistoryStepPrev id="10480" previousId="10479"/>
    <OSHistoryStepPrev id="10481" previousId="10480"/>
    <OSHistoryStepPrev id="10482" previousId="10481"/>
    <OSHistoryStepPrev id="10486" previousId="10485"/>
    <OSHistoryStepPrev id="10487" previousId="10486"/>
    <OSHistoryStepPrev id="10488" previousId="10487"/>
    <OSHistoryStepPrev id="10489" previousId="10488"/>
    <OSHistoryStepPrev id="10490" previousId="10489"/>
    <OSHistoryStepPrev id="10491" previousId="10490"/>
    <OSHistoryStepPrev id="10494" previousId="10493"/>
    <OSHistoryStepPrev id="10495" previousId="10494"/>
    <OSHistoryStepPrev id="10498" previousId="10497"/>
    <OSHistoryStepPrev id="10499" previousId="10498"/>
    <OSHistoryStepPrev id="10502" previousId="10501"/>
    <OSHistoryStepPrev id="10503" previousId="10502"/>
    <OSHistoryStepPrev id="10504" previousId="10503"/>
    <OSHistoryStepPrev id="10505" previousId="10504"/>
    <OSHistoryStepPrev id="10511" previousId="10510"/>
    <OSHistoryStepPrev id="10512" previousId="10511"/>
    <OSHistoryStepPrev id="10513" previousId="10512"/>
    <OSHistoryStepPrev id="10516" previousId="10515"/>
    <OSHistoryStepPrev id="10517" previousId="10516"/>
    <OSHistoryStepPrev id="10520" previousId="10519"/>
    <OSHistoryStepPrev id="10521" previousId="10520"/>
    <OSHistoryStepPrev id="10524" previousId="10523"/>
    <OSHistoryStepPrev id="10529" previousId="10528"/>
    <OSHistoryStepPrev id="10530" previousId="10529"/>
    <OSHistoryStepPrev id="10533" previousId="10532"/>
    <OSHistoryStepPrev id="10534" previousId="10533"/>
    <OSHistoryStepPrev id="10537" previousId="10536"/>
    <OSHistoryStepPrev id="10538" previousId="10537"/>
    <OSHistoryStepPrev id="10539" previousId="10538"/>
    <OSHistoryStepPrev id="10541" previousId="10540"/>
    <OSHistoryStepPrev id="10542" previousId="10541"/>
    <OSHistoryStepPrev id="10543" previousId="10542"/>
    <OSHistoryStepPrev id="10544" previousId="10543"/>
    <OSHistoryStepPrev id="10545" previousId="10544"/>
    <OSHistoryStepPrev id="10546" previousId="10545"/>
    <OSHistoryStepPrev id="10547" previousId="10546"/>
    <OSHistoryStepPrev id="10548" previousId="10547"/>
    <OSHistoryStepPrev id="10551" previousId="10548"/>
    <OSHistoryStepPrev id="10552" previousId="10551"/>
    <OSHistoryStepPrev id="10560" previousId="10559"/>
    <OSHistoryStepPrev id="10563" previousId="10562"/>
    <OSHistoryStepPrev id="10564" previousId="10563"/>
    <OSHistoryStepPrev id="10572" previousId="10571"/>
    <OSHistoryStepPrev id="10573" previousId="10572"/>
    <OSHistoryStepPrev id="10574" previousId="10573"/>
    <OSHistoryStepPrev id="10575" previousId="10574"/>
    <OSHistoryStepPrev id="10576" previousId="10575"/>
    <OSHistoryStepPrev id="10577" previousId="10576"/>
    <OSHistoryStepPrev id="10580" previousId="10579"/>
    <OSHistoryStepPrev id="10581" previousId="10580"/>
    <OSHistoryStepPrev id="10583" previousId="10581"/>
    <OSHistoryStepPrev id="10584" previousId="10583"/>
    <OSHistoryStepPrev id="10587" previousId="10586"/>
    <OSHistoryStepPrev id="10588" previousId="10587"/>
    <OSHistoryStepPrev id="10598" previousId="10597"/>
    <OSHistoryStepPrev id="10599" previousId="10598"/>
    <OSHistoryStepPrev id="10602" previousId="10601"/>
    <OSHistoryStepPrev id="10605" previousId="10604"/>
    <OSHistoryStepPrev id="10701" previousId="10700"/>
    <OSHistoryStepPrev id="10702" previousId="10701"/>
    <OSHistoryStepPrev id="10704" previousId="10703"/>
    <OSHistoryStepPrev id="10705" previousId="10704"/>
    <OSHistoryStepPrev id="10711" previousId="10710"/>
    <OSHistoryStepPrev id="10712" previousId="10711"/>
    <OSHistoryStepPrev id="10713" previousId="10712"/>
    <OSHistoryStepPrev id="10714" previousId="10713"/>
    <OSHistoryStepPrev id="10715" previousId="10714"/>
    <OSHistoryStepPrev id="10716" previousId="10715"/>
    <OSHistoryStepPrev id="10717" previousId="10716"/>
    <OSHistoryStepPrev id="10731" previousId="10730"/>
    <OSHistoryStepPrev id="10732" previousId="10731"/>
    <OSHistoryStepPrev id="10760" previousId="10759"/>
    <OSHistoryStepPrev id="10761" previousId="10760"/>
    <OSHistoryStepPrev id="10762" previousId="10761"/>
    <OSHistoryStepPrev id="10771" previousId="10770"/>
    <OSHistoryStepPrev id="10772" previousId="10771"/>
    <OSHistoryStepPrev id="10773" previousId="10772"/>
    <OSHistoryStepPrev id="10774" previousId="10773"/>
    <OSHistoryStepPrev id="10775" previousId="10774"/>
    <OSHistoryStepPrev id="10776" previousId="10775"/>
    <OSHistoryStepPrev id="10777" previousId="10776"/>
    <OSHistoryStepPrev id="10778" previousId="10777"/>
    <OSHistoryStepPrev id="10804" previousId="10803"/>
    <OSHistoryStepPrev id="10805" previousId="10804"/>
    <OSHistoryStepPrev id="10806" previousId="10805"/>
    <OSPropertyEntry id="10000" entityName="jira.properties" entityId="1" propertyKey="webwork.i18n.encoding" type="5"/>
    <OSPropertyEntry id="10003" entityName="BambooServerProperties" entityId="1" propertyKey="bamboo.config.version" type="2"/>
    <OSPropertyEntry id="10004" entityName="jira.properties" entityId="1" propertyKey="jira.i18n.language.index" type="5"/>
    <OSPropertyEntry id="10005" entityName="jira.properties" entityId="1" propertyKey="jira.sid.key" type="5"/>
    <OSPropertyEntry id="10006" entityName="jira.properties" entityId="1" propertyKey="jira.trustedapp.key.private.data" type="6"/>
    <OSPropertyEntry id="10007" entityName="jira.properties" entityId="1" propertyKey="jira.trustedapp.key.public.data" type="6"/>
    <OSPropertyEntry id="10008" entityName="jira.properties" entityId="1" propertyKey="jira.trustedapp.uid" type="5"/>
    <OSPropertyEntry id="10009" entityName="jira.properties" entityId="1" propertyKey="jira.title" type="5"/>
    <OSPropertyEntry id="10010" entityName="jira.properties" entityId="1" propertyKey="jira.baseurl" type="5"/>
    <OSPropertyEntry id="10011" entityName="jira.properties" entityId="1" propertyKey="jira.mode" type="5"/>
    <OSPropertyEntry id="10012" entityName="jira.properties" entityId="1" propertyKey="jira.path.index.use.default.directory" type="1"/>
    <OSPropertyEntry id="10013" entityName="jira.properties" entityId="1" propertyKey="jira.option.indexing" type="1"/>
    <OSPropertyEntry id="10014" entityName="jira.properties" entityId="1" propertyKey="jira.path.attachments" type="5"/>
    <OSPropertyEntry id="10015" entityName="jira.properties" entityId="1" propertyKey="jira.path.attachments.use.default.directory" type="1"/>
    <OSPropertyEntry id="10016" entityName="jira.properties" entityId="1" propertyKey="jira.option.allowattachments" type="1"/>
    <OSPropertyEntry id="10017" entityName="ServiceConfig" entityId="10001" propertyKey="USE_DEFAULT_DIRECTORY" type="5"/>
    <OSPropertyEntry id="10018" entityName="jira.properties" entityId="1" propertyKey="jira.path.backup" type="5"/>
    <OSPropertyEntry id="10019" entityName="jira.properties" entityId="1" propertyKey="License20" type="6"/>
    <OSPropertyEntry id="10020" entityName="jira.properties" entityId="1" propertyKey="jira.edition" type="5"/>
    <OSPropertyEntry id="10029" entityName="jira.properties" entityId="1" propertyKey="jira.setup" type="5"/>
    <OSPropertyEntry id="10030" entityName="jira.properties" entityId="1" propertyKey="jira.option.allowunassigned" type="1"/>
    <OSPropertyEntry id="10031" entityName="jira.properties" entityId="1" propertyKey="jira.option.user.externalmanagement" type="1"/>
    <OSPropertyEntry id="10032" entityName="jira.properties" entityId="1" propertyKey="jira.option.voting" type="1"/>
    <OSPropertyEntry id="10033" entityName="jira.properties" entityId="1" propertyKey="jira.option.watching" type="1"/>
    <OSPropertyEntry id="10034" entityName="jira.properties" entityId="1" propertyKey="jira.option.issuelinking" type="1"/>
    <OSPropertyEntry id="10035" entityName="jira.properties" entityId="1" propertyKey="jira.option.emailvisible" type="5"/>
    <OSPropertyEntry id="10036" entityName="jira.properties" entityId="1" propertyKey="jira.version.patched" type="5"/>
    <OSPropertyEntry id="10037" entityName="jira.properties" entityId="1" propertyKey="jira.issue.desc.environment" type="5"/>
    <OSPropertyEntry id="10038" entityName="jira.properties" entityId="1" propertyKey="jira.issue.desc.timetrack" type="5"/>
    <OSPropertyEntry id="10039" entityName="jira.properties" entityId="1" propertyKey="jira.option.timetracking" type="1"/>
    <OSPropertyEntry id="10040" entityName="jira.properties" entityId="1" propertyKey="jira.timetracking.estimates.legacy.behaviour" type="1"/>
    <OSPropertyEntry id="10041" entityName="jira.properties" entityId="1" propertyKey="jira.timetracking.format" type="5"/>
    <OSPropertyEntry id="10042" entityName="jira.properties" entityId="1" propertyKey="jira.timetracking.default.unit" type="5"/>
    <OSPropertyEntry id="10043" entityName="jira.properties" entityId="1" propertyKey="jira.timetracking.days.per.week" type="5"/>
    <OSPropertyEntry id="10044" entityName="jira.properties" entityId="1" propertyKey="jira.timetracking.hours.per.day" type="5"/>
    <OSPropertyEntry id="10045" entityName="jira.properties" entityId="1" propertyKey="jira.issue.desc.original.timetrack" type="5"/>
    <OSPropertyEntry id="10100" entityName="jira.properties" entityId="1" propertyKey="jira.scheme.default.issue.type" type="5"/>
    <OSPropertyEntry id="10101" entityName="jira.properties" entityId="1" propertyKey="jira.constant.default.resolution" type="5"/>
    <OSPropertyEntry id="10102" entityName="jira.properties" entityId="1" propertyKey="webwork.multipart.maxSize" type="5"/>
    <OSPropertyEntry id="10103" entityName="jira.properties" entityId="1" propertyKey="jira.avatar.default.id" type="5"/>
    <OSPropertyEntry id="10104" entityName="jira.properties" entityId="1" propertyKey="jira.maximum.authentication.attempts.allowed" type="5"/>
    <OSPropertyEntry id="10105" entityName="jira.properties" entityId="1" propertyKey="jira.avatar.user.default.id" type="5"/>
    <OSPropertyEntry id="10200" entityName="jira.properties" entityId="1" propertyKey="jira.avatar.user.anonymous.id" type="5"/>
    <OSPropertyEntry id="10201" entityName="jira.properties" entityId="1" propertyKey="jira.whitelist.rules" type="6"/>
    <OSPropertyEntry id="10202" entityName="jira.properties" entityId="1" propertyKey="jira.whitelist.disabled" type="1"/>
    <OSPropertyEntry id="10203" entityName="jira.properties" entityId="1" propertyKey="jira.option.rpc.allow" type="1"/>
    <OSPropertyEntry id="10300" entityName="jira.properties" entityId="1" propertyKey="jira.option.allowsubtasks" type="1"/>
    <OSPropertyEntry id="10302" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.sal.jira:build" type="5"/>
    <OSPropertyEntry id="10303" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.jira-mail-plugin:build" type="5"/>
    <OSPropertyEntry id="10304" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.plugins.jira-importers-plugin:build" type="5"/>
    <OSPropertyEntry id="10305" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:isDefaultFavicon" type="5"/>
    <OSPropertyEntry id="10306" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:usingCustomFavicon" type="5"/>
    <OSPropertyEntry id="10307" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:customDefaultFaviconURL" type="5"/>
    <OSPropertyEntry id="10308" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:customDefaultFaviconHiresURL" type="5"/>
    <OSPropertyEntry id="10309" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:faviconWidth" type="5"/>
    <OSPropertyEntry id="10310" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:faviconHeight" type="5"/>
    <OSPropertyEntry id="10311" entityName="jira.properties" entityId="1" propertyKey="jira.lf.favicon.url" type="5"/>
    <OSPropertyEntry id="10312" entityName="jira.properties" entityId="1" propertyKey="jira.webresource.flushcounter" type="5"/>
    <OSPropertyEntry id="10313" entityName="jira.properties" entityId="1" propertyKey="jira.lf.favicon.hires.url" type="5"/>
    <OSPropertyEntry id="10314" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.lookandfeel:build" type="5"/>
    <OSPropertyEntry id="10315" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.plugin.ext.bamboo:build" type="5"/>
    <OSPropertyEntry id="10316" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm.atlassian-universal-plugin-manager-plugin:build" type="5"/>
    <OSPropertyEntry id="10317" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.jira.plugins.jira-workflow-designer:build" type="5"/>
    <OSPropertyEntry id="10331" entityName="jira.properties" entityId="1" propertyKey="remoteapps.lastVersion.server" type="5"/>
    <OSPropertyEntry id="10332" entityName="jira.properties" entityId="1" propertyKey="remoteapps.lastVersion.remoteapps" type="5"/>
    <OSPropertyEntry id="10336" entityName="fisheye-jira-plugin.properties" entityId="1" propertyKey="FISH-375-fixed" type="5"/>
    <OSPropertyEntry id="10337" entityName="fisheye-jira-plugin.properties" entityId="1" propertyKey="fisheye.ual.migration.complete" type="5"/>
    <OSPropertyEntry id="10338" entityName="fisheye-jira-plugin.properties" entityId="1" propertyKey="fisheye.ual.crucible.enabled.property.fix.complete" type="5"/>
    <OSPropertyEntry id="10339" entityName="jira.properties" entityId="1" propertyKey="org.apache.shindig.common.crypto.BlobCrypter:key" type="5"/>
    <OSPropertyEntry id="10340" entityName="ExternalEntity" entityId="10" propertyKey="jira.user.welcome.dismissed" type="1"/>
    <OSPropertyEntry id="10341" entityName="user.format.mapping" entityId="1" propertyKey="profileLink" type="5"/>
    <OSPropertyEntry id="10351" entityName="user.format.mapping" entityId="1" propertyKey="fullName" type="5"/>
    <OSPropertyEntry id="10642" entityName="ExternalEntity" entityId="10" propertyKey="jira.quick.edit.show.welcome.screen" type="1"/>
    <OSPropertyEntry id="10643" entityName="ExternalEntity" entityId="10" propertyKey="jira.quick.create.use" type="1"/>
    <OSPropertyEntry id="10644" entityName="ExternalEntity" entityId="10" propertyKey="jira.quick.create.fields" type="6"/>
    <OSPropertyEntry id="10645" entityName="user.format.mapping" entityId="1" propertyKey="fullNameHover" type="5"/>
    <OSPropertyEntry id="10646" entityName="ExternalEntity" entityId="10" propertyKey="jira.user.suppressedTips.focusShifter" type="1"/>
    <OSPropertyEntry id="10647" entityName="ExternalEntity" entityId="10" propertyKey="jira.quick.edit.use" type="1"/>
    <OSPropertyEntry id="10648" entityName="ExternalEntity" entityId="10" propertyKey="jira.quick.edit.fields" type="6"/>
    <OSPropertyEntry id="12034" entityName="user.format.mapping" entityId="1" propertyKey="profileLinkActionHeader" type="5"/>
    <OSPropertyEntry id="12235" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-update" type="5"/>
    <OSPropertyEntry id="12237" entityName="ExternalEntity" entityId="10" propertyKey="jira.user.suppressedTips.publish-draft-workflow" type="1"/>
    <OSPropertyEntry id="12246" entityName="user.format.mapping" entityId="1" propertyKey="profileLinkExternal" type="5"/>
    <OSPropertyEntry id="13044" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm.license.internal.impl.PluginSettingsPluginLicenseRfdbfad06c2f1036a60cb955d7e285d69" type="5"/>
    <OSPropertyEntry id="13045" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-update:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13046" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-evaluation.expired:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13047" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-evaluation.nearlyexpired:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13048" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-user.mismatch:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13049" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-maintenance.expired:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13050" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-maintenance.nearlyexpired:com.hindsighttesting.behave.jira" type="5"/>
    <OSPropertyEntry id="13201" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.activeobjects.admin.ActiveObjectsPluginToTablesMapping" type="6"/>
    <OSPropertyEntry id="13202" entityName="ServiceConfig" entityId="12900" propertyKey="pluginJobName" type="5"/>
    <OSPropertyEntry id="13203" entityName="ServiceConfig" entityId="12900" propertyKey="repeatInterval" type="5"/>
    <OSPropertyEntry id="13204" entityName="ServiceConfig" entityId="12900" propertyKey="initiallyFired" type="5"/>
    <OSPropertyEntry id="13205" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm.log.PluginSettingsAuditLogService:log:upm_audit_log_v2" type="6"/>
    <OSPropertyEntry id="13206" entityName="ServiceConfig" entityId="12901" propertyKey="pluginJobName" type="5"/>
    <OSPropertyEntry id="13207" entityName="ServiceConfig" entityId="12901" propertyKey="repeatInterval" type="5"/>
    <OSPropertyEntry id="13208" entityName="ServiceConfig" entityId="12901" propertyKey="initiallyFired" type="5"/>
    <OSPropertyEntry id="13209" entityName="ServiceConfig" entityId="12902" propertyKey="pluginJobName" type="5"/>
    <OSPropertyEntry id="13210" entityName="ServiceConfig" entityId="12902" propertyKey="repeatInterval" type="5"/>
    <OSPropertyEntry id="13211" entityName="ServiceConfig" entityId="12902" propertyKey="initiallyFired" type="5"/>
    <OSPropertyEntry id="13212" entityName="ServiceConfig" entityId="12903" propertyKey="pluginJobName" type="5"/>
    <OSPropertyEntry id="13213" entityName="ServiceConfig" entityId="12903" propertyKey="repeatInterval" type="5"/>
    <OSPropertyEntry id="13214" entityName="ServiceConfig" entityId="12903" propertyKey="initiallyFired" type="5"/>
    <OSPropertyEntry id="13215" entityName="ServiceConfig" entityId="12904" propertyKey="pluginJobName" type="5"/>
    <OSPropertyEntry id="13216" entityName="ServiceConfig" entityId="12904" propertyKey="repeatInterval" type="5"/>
    <OSPropertyEntry id="13217" entityName="ServiceConfig" entityId="12904" propertyKey="initiallyFired" type="5"/>
    <OSPropertyEntry id="13226" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-update" type="6"/>
    <OSPropertyEntry id="13227" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-user.mismatch" type="5"/>
    <OSPropertyEntry id="13228" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-evaluation.expired" type="5"/>
    <OSPropertyEntry id="13229" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-evaluation.nearlyexpired" type="5"/>
    <OSPropertyEntry id="13230" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-maintenance.expired" type="5"/>
    <OSPropertyEntry id="13231" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:notification-maintenance.nearlyexpired" type="5"/>
    <OSPropertyEntry id="13232" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-evaluation.nearlyexpired" type="5"/>
    <OSPropertyEntry id="13233" entityName="jira.properties" entityId="1" propertyKey="com.atlassian.upm:notifications:dismissal-maintenance.nearlyexpired" type="5"/>
    <OSPropertyNumber id="10003" value="22"/>
    <OSPropertyNumber id="10012" value="1"/>
    <OSPropertyNumber id="10013" value="1"/>
    <OSPropertyNumber id="10015" value="1"/>
    <OSPropertyNumber id="10016" value="1"/>
    <OSPropertyNumber id="10030" value="0"/>
    <OSPropertyNumber id="10031" value="0"/>
    <OSPropertyNumber id="10032" value="1"/>
    <OSPropertyNumber id="10033" value="1"/>
    <OSPropertyNumber id="10034" value="1"/>
    <OSPropertyNumber id="10039" value="1"/>
    <OSPropertyNumber id="10040" value="0"/>
    <OSPropertyNumber id="10202" value="0"/>
    <OSPropertyNumber id="10203" value="1"/>
    <OSPropertyNumber id="10300" value="1"/>
    <OSPropertyNumber id="10340" value="1"/>
    <OSPropertyNumber id="10642" value="1"/>
    <OSPropertyNumber id="10643" value="1"/>
    <OSPropertyNumber id="10646" value="1"/>
    <OSPropertyNumber id="10647" value="0"/>
    <OSPropertyNumber id="12237" value="1"/>
    <OSPropertyString id="10000" value="UTF-8"/>
    <OSPropertyString id="10004" value="english"/>
    <OSPropertyString id="10005" value="B64E-1RGJ-9DTH-XPEJ"/>
    <OSPropertyString id="10008" value="jira:5182522"/>
    <OSPropertyString id="10009" value="Testify Plugin Development"/>
    <OSPropertyString id="10010" value="http://localhost:8080"/>
    <OSPropertyString id="10011" value="public"/>
    <OSPropertyString id="10014" value="C:\Program Files\Atlassian\Application Data\JIRA\data\attachments"/>
    <OSPropertyString id="10017" value="true"/>
    <OSPropertyString id="10018" value="C:\Program Files\Atlassian\Application Data\JIRA\export"/>
    <OSPropertyString id="10020" value="enterprise"/>
    <OSPropertyString id="10029" value="true"/>
    <OSPropertyString id="10035" value="show"/>
    <OSPropertyString id="10036" value="782"/>
    <OSPropertyString id="10037" value="For example operating system, software platform and/or hardware specifications (include as appropriate for the issue)."/>
    <OSPropertyString id="10038">
        <value><![CDATA[An estimate of how much work remains until this issue will be resolved.<br>
The format of this is ' *w *d *h *m ' (representing weeks, days, hours and minutes - where * can be any number)<br>
Examples: 4d, 5h 30m, 60m and 3w.]]></value>
    </OSPropertyString>
    <OSPropertyString id="10041" value="pretty"/>
    <OSPropertyString id="10042" value="MINUTE"/>
    <OSPropertyString id="10043" value="5"/>
    <OSPropertyString id="10044" value="8"/>
    <OSPropertyString id="10045" value="This value can not be changed after work has begun on the issue."/>
    <OSPropertyString id="10100" value="10000"/>
    <OSPropertyString id="10101" value="1"/>
    <OSPropertyString id="10102" value="10485760"/>
    <OSPropertyString id="10103" value="10011"/>
    <OSPropertyString id="10104" value="3"/>
    <OSPropertyString id="10105" value="10122"/>
    <OSPropertyString id="10200" value="10123"/>
    <OSPropertyString id="10302" value="2"/>
    <OSPropertyString id="10303" value="1"/>
    <OSPropertyString id="10304" value="1"/>
    <OSPropertyString id="10305" value="false"/>
    <OSPropertyString id="10306" value="false"/>
    <OSPropertyString id="10307" value="/favicon.ico"/>
    <OSPropertyString id="10308" value="/images/64jira.png"/>
    <OSPropertyString id="10309" value="64"/>
    <OSPropertyString id="10310" value="64"/>
    <OSPropertyString id="10311" value="/favicon.ico"/>
    <OSPropertyString id="10312" value="3"/>
    <OSPropertyString id="10313" value="/images/64jira.png"/>
    <OSPropertyString id="10314" value="1"/>
    <OSPropertyString id="10315" value="1"/>
    <OSPropertyString id="10316" value="1"/>
    <OSPropertyString id="10317" value="1"/>
    <OSPropertyString id="10331" value="782"/>
    <OSPropertyString id="10332" value="0.4.490"/>
    <OSPropertyString id="10336" value="1"/>
    <OSPropertyString id="10337" value="1"/>
    <OSPropertyString id="10338" value="1"/>
    <OSPropertyString id="10339" value="9+R7hcOqZBX8Vz163Zu3LES0M87ZCsHt0/HihN3UWgE="/>
    <OSPropertyString id="10341" value="jira.user.format:profile-link-user-format"/>
    <OSPropertyString id="10351" value="jira.user.format:full-name-user-format"/>
    <OSPropertyString id="10645" value="jira.user.format:fullname-hover-format"/>
    <OSPropertyString id="12034" value="jira.user.format:profile-link-action-header-user-format"/>
    <OSPropertyString id="12235">
        <value><![CDATA[#java.util.List
fugmag]]></value>
    </OSPropertyString>
    <OSPropertyString id="12246" value="jira.user.format:profile-link-external-user-format"/>
    <OSPropertyString id="13044">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13045">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13046">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13047">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13048">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13049">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13050">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13202" value="Service Provider Session Remover"/>
    <OSPropertyString id="13203" value="28800000"/>
    <OSPropertyString id="13204" value="false"/>
    <OSPropertyString id="13206" value="NotificationCacheUpdateJob-job"/>
    <OSPropertyString id="13207" value="86400000"/>
    <OSPropertyString id="13208" value="true"/>
    <OSPropertyString id="13209" value="PluginLicenseExpiryJob-job"/>
    <OSPropertyString id="13210" value="86400000"/>
    <OSPropertyString id="13211" value="true"/>
    <OSPropertyString id="13212" value="com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateServiceImpl:job"/>
    <OSPropertyString id="13213" value="60000"/>
    <OSPropertyString id="13214" value="true"/>
    <OSPropertyString id="13215" value="com.atlassian.streams.internal.ActivityProviderConnectionMonitorImpl:activityProviderMonitor"/>
    <OSPropertyString id="13216" value="300000"/>
    <OSPropertyString id="13217" value="true"/>
    <OSPropertyString id="13227">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13228">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13229">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13230">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13231">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13232">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyString id="13233">
        <value><![CDATA[#java.util.List
]]></value>
    </OSPropertyString>
    <OSPropertyText id="10006" value="MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCedmEQ3FhnRFtdI/m3riKSc0Y1Q2y0GvHrUb2FM71DV3VHqyM8xGpfkqYYggLp28tFAIrbCsM/Wa7tdVldq1nMUz43Q/GhBgc1nRQzKuUnD9tAlo5qC2jOaPxcUq6VFYXBq7QGtMdR+w69V8Xr4cHngK/EhcRREggaSDJBD/a5KpRiQGJsuDqdyWs3FKyTU8VkLE3+woNtopZC2DA6CCx47wluLPIA16C9GD2/VBHHUHcwW98pmqFzPSodLsoclSF7DksD6xfd+5Jv7HWHg9inUFHNzOfF6QO4oSd5GcAQy/FOZFTAmksdfE5mu0q5A9E2GEmSccMQ6olfhGihix4xAgMBAAECggEAW4IVL71vN8Nb13+s94uR32y+QIf9QEzHI5OClGd6hmb9DTQhFzh+DU8Mp958fDw3OFPF3BRtCCpsQCiiQNtw8fOoXBXadZiblTRus9Wzm0km3jeTal3IWlp6UX5V3zYclejn/29qI0eODX2giEVIyr2fwydUZVS6ZSMIElZ7rhWlz/wbSQnSnqhIX8M99AirehCxQV19mW/mMOHF4SmySzDCuakxmV4iwz35wlnOjWwlycpdgX6zb9TpQgpsaMoe8uWmXvkigaP72Y8qFRRs08oUJiVW5gwu6VMJfLAmM9IPJ/ZnUC25CyojnXwC9rVImt6RsXJ0w6RIQmt+wg6voQKBgQDTgiri+Cl0jXoLz8aadZr+bUcNJoDtqRghKyNMsOERrUjtgZ+1M/Bu/iCUJ9NzUTRrROl6lOSppvZUUC1Nkjq5N6vNJXETx9qvBUkff2mCAuxpJI1teU+7h8W7LZIiNEprLhwNwijQLWbN3SDuTdmE0b3h5Maq11B45kAcc1+xVQKBgQC/y6gOoiC1Qg/SgPic81ilnJdxIKtUs+5lH6le8zSjCP5XtCNsKPB5V9Ix++n5ESezL8c/m8H9DpPb77HvkK5QGCut2bfKaL5nfCaNL4xwQ4Goj8ALrkRsuJ22yO2PvN/g8V5R9iucWOUXgTRMhIsEtBGXOyKMyTahZl5+jM4pbQKBgHflC6aJggZdxFc5up0IGYosK+CaeO8/sTvsFiB9C7hXgEWR+xRekuZ4C8OwJ77ww0QjVi50hIJe8Leuk1+riro/gpXRqZ3K5n3cAy1lrktSmOypGbp6z+W/+yg1lubouV60TpbF/xizA9mihe5QFwOhWX/ZjXx+fVFrQ+BczlvZAoGBAJja76JR9i1fbArBfOJhUuoSZePkPIfyKvHvDOY+gFnbRhGR4JVH/3dF1aC+e5dj47b8Qhjgwvcykga7/pzGOxZcXRteJAst9Wm2WWc2WP/z3TcA8fadOa1IaXGOqz5eMjMtSpWZ0uH1OwfDknHVRJJIDKjxmTSI/IAffPnwsDH1AoGACxaNXZzPvynGKfm1stVgBKgdkAahSRVFDM/XDcwM+XnqPA9S6XWcauL5b8mytK9WPohymajwN8GZ00Q+BzElKSVuZgdeyZNSt22ll3athIxGhkXg5h3I3UZm/dfIVVKRxenV58882/EE8EL+dvV/QsqbxVaMbX0YiQTvP+xX1+s="/>
    <OSPropertyText id="10007" value="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnnZhENxYZ0RbXSP5t64iknNGNUNstBrx61G9hTO9Q1d1R6sjPMRqX5KmGIIC6dvLRQCK2wrDP1mu7XVZXatZzFM+N0PxoQYHNZ0UMyrlJw/bQJaOagtozmj8XFKulRWFwau0BrTHUfsOvVfF6+HB54CvxIXEURIIGkgyQQ/2uSqUYkBibLg6nclrNxSsk1PFZCxN/sKDbaKWQtgwOggseO8JbizyANegvRg9v1QRx1B3MFvfKZqhcz0qHS7KHJUhew5LA+sX3fuSb+x1h4PYp1BRzcznxekDuKEneRnAEMvxTmRUwJpLHXxOZrtKuQPRNhhJknHDEOqJX4RooYseMQIDAQAB"/>
    <OSPropertyText id="10019" value="AAABOQ0ODAoPeNptkV1PgzAUhu/7K5p43WU06tiSJiJUZQG2ABovvKnsDKtQln4s7t/LYIsf8aJJ03Pe533P6UXpAAeuxtTHU3/heQs6w2FUYjr1KIrAVFrurOwUW8Z58LLAfC8aJ44vKNQwXCJhgR37ydQn1Edhp6yobCZaYKmolTP4ztUNaLdB71KLSSIrUAb4Rg5knpU8X+dxwc9SngrZsHbQTrYn7U3nbNN1H5Oqa9F3DGa1g1/c8rCDwTxcpSnPwzhIxnpPlnsYBc3Y+wTaHCEU9ZbKghKqAv65k/rwY6w5oTO00rVQ0oymJRgrtwccFCM6c+0r6NX20fRARjxU8Iz1hySeT+fUv0IF6D3oOGK315ecePn9ksyj8oE8r/kSnZL31SSOfsnOu/o30trp6k0Y+PsDX8QqmSQwLAIUHVnhrZvP7JI3OgGMQCaf3zAlyJwCFHvlOfVPZF16X8GNG3WM1eaj/dt/X02fj"/>
    <OSPropertyText id="10201">
        <value><![CDATA[http://www.atlassian.com/*
]]></value>
    </OSPropertyText>
    <OSPropertyText id="10644" value="summary,customfield_10201"/>
    <OSPropertyText id="10648" value="fixVersions,assignee,labels,components,priority,comment"/>
    <OSPropertyText id="13201" value="{"AO_563AEE_TARGET_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_563AEE_MEDIA_LINK_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_E266E9_SCENARIO_ENTITY":{"key":"com.hindsighttesting.behave.jira","name":"Behave for JIRA","version":"1.0.0-BETA5","vendorName":"Hindsight Software Ltd","vendorUrl":"http://www.hindsighttesting.com/"},"AO_563AEE_OBJECT_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_563AEE_ACTOR_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_E266E9_ISSUE_ENTITY":{"key":"com.hindsighttesting.behave.jira","name":"Behave for JIRA","version":"1.0.0-BETA5","vendorName":"Hindsight Software Ltd","vendorUrl":"http://www.hindsighttesting.com/"},"AO_97EDAB_USERINVITATION":{"key":"com.atlassian.jira.jira-invite-user-plugin","name":"Atlassian JIRA - Plugins - Invite User","version":"1.5","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_E266E9_FEATURE_ENTITY":{"key":"com.hindsighttesting.behave.jira","name":"Behave for JIRA","version":"1.0.0-BETA5","vendorName":"Hindsight Software Ltd","vendorUrl":"http://www.hindsighttesting.com/"},"AO_563AEE_ACTIVITY_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_563AEE_ACTIVITY_OBJ_ENTITY":{"key":"com.atlassian.streams.streams-thirdparty-plugin","name":"Streams Third Party Provider Plugin","version":"5.1.4","vendorName":"Atlassian","vendorUrl":"http://www.atlassian.com/"},"AO_E266E9_ISSUE_SCENARIOS":{"key":"com.hindsighttesting.behave.jira","name":"Behave for JIRA","version":"1.0.0-BETA5","vendorName":"Hindsight Software Ltd","vendorUrl":"http://www.hindsighttesting.com/"}}"/>
    <OSPropertyText id="13205">
        <value><![CDATA[#java.util.List
{"username":"JIRA","date":1348564950527,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348559876462,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"fugmag","date":1348482915508,"i18nKey":"upm.auditLog.uninstall.plugin.success","entryType":"PLUGIN_UNINSTALL","params":["Behave for JIRA","com.hindsighttesting.behave.jira","1.0.0-BETA5"]}
{"username":"JIRA","date":1348236813569,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348234229749,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348232523188,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348227111387,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348225071906,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348224073495,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1348220578131,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"fugmag","date":1348214413093,"i18nKey":"upm.auditLog.plugin.license.add","entryType":"LICENSE_ADD","params":["Behave for JIRA","com.hindsighttesting.behave.jira"]}
{"username":"fugmag","date":1348214397878,"i18nKey":"upm.auditLog.install.plugin.success","entryType":"PLUGIN_INSTALL","params":["Behave for JIRA","com.hindsighttesting.behave.jira","1.0.0-BETA5"]}
{"username":"fugmag","date":1348214395856,"i18nKey":"upm.auditLog.install.plugins.success","entryType":"PLUGIN_INSTALL","params":["Atlassian Universal Plugin Manager - Plugin License Storage plugin (com.atlassian.upm.plugin-license-storage-plugin)"]}
{"username":"fugmag","date":1347968457256,"i18nKey":"upm.auditLog.install.plugin.success","entryType":"PLUGIN_INSTALL","params":["JIRA Suite Utilities","com.googlecode.jira-suite-utilities","1.3.1"]}
{"username":"JIRA","date":1347884237356,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347635663577,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347608808860,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347499274104,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347362113467,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347277419771,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347272664709,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347192712058,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1347008117635,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346932166507,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346775207163,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346755633882,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346681851558,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346681233255,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346675219113,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346490724001,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346228767114,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346160865286,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346160110921,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}
{"username":"JIRA","date":1346159835081,"i18nKey":"upm.auditLog.upm.startup","entryType":"UPM_STARTUP","params":[]}]]></value>
    </OSPropertyText>
    <OSPropertyText id="13226">
        <value><![CDATA[#java.util.List
com.atlassian.jira.plugin.ext.bamboo
com.atlassian.jirafisheyeplugin
tac.jira.languages.fr_FR
tac.jira.languages.de_DE
com.atlassian.jira.plugins.jira-importers-plugin
com.atlassian.jira.collector.plugin.jira-issue-collector-plugin
tac.jira.languages.es_ES
com.atlassian.jira.extra.jira-ical-feed]]></value>
    </OSPropertyText>
    <OSWorkflowEntry id="10000" name="jira" state="3"/>
    <OSWorkflowEntry id="10001" name="jira" state="3"/>
    <OSWorkflowEntry id="10100" name="jira" state="3"/>
    <OSWorkflowEntry id="10101" name="jira" state="3"/>
    <OSWorkflowEntry id="10200" name="jira" state="3"/>
    <OSWorkflowEntry id="10204" name="jira" state="3"/>
    <OSWorkflowEntry id="10205" name="jira" state="3"/>
    <OSWorkflowEntry id="10206" name="jira" state="3"/>
    <OSWorkflowEntry id="10207" name="jira" state="3"/>
    <OSWorkflowEntry id="10300" name="jira" state="3"/>
    <OSWorkflowEntry id="10301" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10302" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10303" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10304" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10305" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10306" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10307" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10308" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10309" name="jira" state="3"/>
    <OSWorkflowEntry id="10310" name="jira" state="3"/>
    <OSWorkflowEntry id="10311" name="jira" state="3"/>
    <OSWorkflowEntry id="10312" name="jira" state="3"/>
    <OSWorkflowEntry id="10313" name="jira" state="3"/>
    <OSWorkflowEntry id="10314" name="jira" state="3"/>
    <OSWorkflowEntry id="10315" name="jira" state="3"/>
    <OSWorkflowEntry id="10316" name="jira" state="3"/>
    <OSWorkflowEntry id="10317" name="jira" state="3"/>
    <OSWorkflowEntry id="10405" name="jira" state="3"/>
    <OSWorkflowEntry id="10406" name="jira" state="3"/>
    <OSWorkflowEntry id="10407" name="jira" state="3"/>
    <OSWorkflowEntry id="10408" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10409" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10410" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10411" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10412" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10413" name="jira" state="3"/>
    <OSWorkflowEntry id="10414" name="jira" state="3"/>
    <OSWorkflowEntry id="10415" name="jira" state="3"/>
    <OSWorkflowEntry id="10416" name="jira" state="3"/>
    <OSWorkflowEntry id="10417" name="jira" state="3"/>
    <OSWorkflowEntry id="10435" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10436" name="jira" state="3"/>
    <OSWorkflowEntry id="10440" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10441" name="jira" state="3"/>
    <OSWorkflowEntry id="10448" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10449" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10455" name="jira" state="3"/>
    <OSWorkflowEntry id="10456" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10458" name="jira" state="3"/>
    <OSWorkflowEntry id="10463" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10464" name="jira" state="3"/>
    <OSWorkflowEntry id="10469" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10474" name="jira" state="3"/>
    <OSWorkflowEntry id="10475" name="Testify Workflow" state="3"/>
    <OSWorkflowEntry id="10500" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10501" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10502" name="jira" state="3"/>
    <OSWorkflowEntry id="10503" name="jira" state="3"/>
    <OSWorkflowEntry id="10504" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10505" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10506" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10507" name="jira" state="3"/>
    <OSWorkflowEntry id="10508" name="jira" state="3"/>
    <OSWorkflowEntry id="10509" name="jira" state="3"/>
    <OSWorkflowEntry id="10510" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10511" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10512" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10513" name="jira" state="3"/>
    <OSWorkflowEntry id="10514" name="jira" state="3"/>
    <OSWorkflowEntry id="10515" name="jira" state="3"/>
    <OSWorkflowEntry id="10516" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10517" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10518" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10519" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10520" name="jira" state="3"/>
    <OSWorkflowEntry id="10521" name="jira" state="3"/>
    <OSWorkflowEntry id="10522" name="jira" state="3"/>
    <OSWorkflowEntry id="10523" name="jira" state="3"/>
    <OSWorkflowEntry id="10524" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10525" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10526" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10527" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10528" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10534" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10535" name="jira" state="3"/>
    <OSWorkflowEntry id="10536" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10537" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10538" name="jira" state="3"/>
    <OSWorkflowEntry id="10539" name="jira" state="3"/>
    <OSWorkflowEntry id="10540" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10541" name="MyTestWorkFlow" state="3"/>
    <OSWorkflowEntry id="10542" name="jira" state="3"/>
    <OSWorkflowEntry id="10543" name="jira" state="3"/>
    <OSWorkflowEntry id="10546" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10547" name="jira" state="3"/>
    <OSWorkflowEntry id="10548" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10549" name="FitNesse WF" state="3"/>
    <OSWorkflowEntry id="10550" name="jira" state="3"/>
    <OSWorkflowEntry id="10551" name="jira" state="3"/>
    <OSWorkflowEntry id="10552" name="FitNesse Testing v1" state="3"/>
    <OSWorkflowEntry id="10555" name="jira" state="3"/>
    <OSWorkflowEntry id="10556" name="FitNesse Testing v1" state="3"/>
    <OSWorkflowEntry id="10558" name="FitNesse Testing v1" state="3"/>
    <OSWorkflowEntry id="10559" name="jira" state="3"/>
    <OSWorkflowEntry id="10562" name="jira" state="3"/>
    <OSWorkflowEntry id="10566" name="Manuel Testing v1" state="3"/>
    <OSWorkflowEntry id="10567" name="jira" state="3"/>
    <OSWorkflowEntry id="10600" name="Manuel Testing v1" state="3"/>
    <OSWorkflowEntry id="10601" name="jira" state="3"/>
    <OptionConfiguration id="10837" fieldid="issuetype" optionid="1" fieldconfig="10000" sequence="0"/>
    <OptionConfiguration id="10838" fieldid="issuetype" optionid="2" fieldconfig="10000" sequence="1"/>
    <OptionConfiguration id="10839" fieldid="issuetype" optionid="3" fieldconfig="10000" sequence="2"/>
    <OptionConfiguration id="10840" fieldid="issuetype" optionid="4" fieldconfig="10000" sequence="3"/>
    <OptionConfiguration id="10841" fieldid="issuetype" optionid="5" fieldconfig="10000" sequence="4"/>
    <OptionConfiguration id="10842" fieldid="issuetype" optionid="6" fieldconfig="10000" sequence="5"/>
    <OptionConfiguration id="10843" fieldid="issuetype" optionid="7" fieldconfig="10000" sequence="6"/>
    <OptionConfiguration id="10858" fieldid="issuetype" optionid="1" fieldconfig="10600" sequence="0"/>
    <OptionConfiguration id="10859" fieldid="issuetype" optionid="4" fieldconfig="10600" sequence="1"/>
    <OptionConfiguration id="10860" fieldid="issuetype" optionid="6" fieldconfig="10600" sequence="2"/>
    <OptionConfiguration id="10861" fieldid="issuetype" optionid="7" fieldconfig="10600" sequence="3"/>
    <OptionConfiguration id="10862" fieldid="issuetype" optionid="2" fieldconfig="10600" sequence="4"/>
    <OptionConfiguration id="10863" fieldid="issuetype" optionid="3" fieldconfig="10600" sequence="5"/>
    <OptionConfiguration id="10864" fieldid="issuetype" optionid="5" fieldconfig="10600" sequence="6"/>
    <PermissionScheme id="0" name="Default Permission Scheme" description="This is the default Permission Scheme. Any new projects that are created will be assigned this scheme."/>
    <PluginVersion id="10000" name="User Format" key="jira.user.format" version="1.0" created="2012-08-28 15:08:06.111"/>
    <PluginVersion id="10001" name="Atlassian JIRA - Plugins - Application Properties" key="com.atlassian.jira.jira-application-properties-plugin" version="5.1.3" created="2012-08-28 15:08:06.116"/>
    <PluginVersion id="10002" name="Crowd REST API" key="crowd-rest-plugin" version="1.0" created="2012-08-28 15:08:06.116"/>
    <PluginVersion id="10003" name="JIRA Importers Plugin (JIM)" key="com.atlassian.jira.plugins.jira-importers-plugin" version="4.3.2" created="2012-08-28 15:08:06.117"/>
    <PluginVersion id="10004" name="Custom Field Types & Searchers" key="com.atlassian.jira.plugin.system.customfieldtypes" version="1.0" created="2012-08-28 15:08:06.117"/>
    <PluginVersion id="10005" name="RPC JIRA Plugin" key="com.atlassian.jira.ext.rpc" version="5.0.5" created="2012-08-28 15:08:06.118"/>
    <PluginVersion id="10006" name="Streams API" key="com.atlassian.streams.streams-api-5.1.4" version="5.1.4" created="2012-08-28 15:08:06.118"/>
    <PluginVersion id="10007" name="Atlassian JIRA - Plugins - Remote JIRA Link" key="com.atlassian.jira.jira-issue-link-remote-jira-plugin" version="5.1.3" created="2012-08-28 15:08:06.119"/>
    <PluginVersion id="10008" name="Atlassian JIRA - Plugins - Common AppLinks Based Issue Link Plugin" key="com.atlassian.jira.jira-issue-link-applinks-common-plugin" version="5.1.3" created="2012-08-28 15:08:06.12"/>
    <PluginVersion id="10009" name="Atlassian JIRA - Plugins - Project Config Plugin" key="com.atlassian.jira.jira-project-config-plugin" version="5.1.3" created="2012-08-28 15:08:06.121"/>
    <PluginVersion id="10010" name="Streams Inline Actions Plugin" key="com.atlassian.streams.actions" version="5.1.4" created="2012-08-28 15:08:06.122"/>
    <PluginVersion id="10011" name="JIRA Time Zone Detection plugin" key="com.atlassian.jira.jira-tzdetect-plugin" version="1.5" created="2012-08-28 15:08:06.122"/>
    <PluginVersion id="10012" name="User Navigation Bar Sections" key="jira.webfragments.user.navigation.bar" version="1.0" created="2012-08-28 15:08:06.123"/>
    <PluginVersion id="10013" name="Atlassian OAuth Admin Plugin" key="com.atlassian.oauth.admin" version="1.4.1" created="2012-08-28 15:08:06.123"/>
    <PluginVersion id="10014" name="Atlassian OAuth Consumer SPI" key="com.atlassian.oauth.atlassian-oauth-consumer-spi-1.4.1" version="1.4.1" created="2012-08-28 15:08:06.124"/>
    <PluginVersion id="10015" name="Issue Tab Panels Plugin" key="com.atlassian.jira.plugin.system.issuetabpanels" version="1.0" created="2012-08-28 15:08:06.125"/>
    <PluginVersion id="10016" name="Embedded Gadgets Plugin" key="com.atlassian.gadgets.embedded" version="3.2.0-m2" created="2012-08-28 15:08:06.126"/>
    <PluginVersion id="10017" name="Keyboard Shortcuts Plugin" key="jira.keyboard.shortcuts" version="1.0" created="2012-08-28 15:08:06.127"/>
    <PluginVersion id="10018" name="JIRA Activity Stream Plugin" key="com.atlassian.streams.streams-jira-plugin" version="5.1.4" created="2012-08-28 15:08:06.128"/>
    <PluginVersion id="10019" name="Gadget Dashboard Plugin" key="com.atlassian.gadgets.dashboard" version="3.2.0-m2" created="2012-08-28 15:08:06.129"/>
    <PluginVersion id="10020" name="Issue Views Plugin" key="jira.issueviews" version="1.0" created="2012-08-28 15:08:06.13"/>
    <PluginVersion id="10021" name="JIRA Active Objects SPI implementation" key="com.atlassian.activeobjects.jira.spi" version="0.19.7" created="2012-08-28 15:08:06.13"/>
    <PluginVersion id="10022" name="Streams Third Party Provider Plugin" key="com.atlassian.streams.streams-thirdparty-plugin" version="5.1.4" created="2012-08-28 15:08:06.131"/>
    <PluginVersion id="10023" name="Atlassian Remote Apps - Plugin" key="com.atlassian.labs.remoteapps-plugin" version="0.4.490" created="2012-08-28 15:08:06.132"/>
    <PluginVersion id="10024" name="Content Link Resolvers Plugin" key="com.atlassian.jira.plugin.wiki.contentlinkresolvers" version="1.0" created="2012-08-28 15:08:06.132"/>
    <PluginVersion id="10025" name="Wiki Renderer Macros Plugin" key="com.atlassian.jira.plugin.system.renderers.wiki.macros" version="1.0" created="2012-08-28 15:08:06.133"/>
    <PluginVersion id="10026" name="Atlassian JIRA - Plugins - Header Plugin" key="com.atlassian.jira.jira-header-plugin" version="5.1.3" created="2012-08-28 15:08:06.133"/>
    <PluginVersion id="10027" name="Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin" key="com.atlassian.jira.lookandfeel" version="5.1.3" created="2012-08-28 15:08:06.133"/>
    <PluginVersion id="10028" name="ActiveObjects Plugin - OSGi Bundle" key="com.atlassian.activeobjects.activeobjects-plugin" version="0.19.7" created="2012-08-28 15:08:06.134"/>
    <PluginVersion id="10029" name="Atlassian JIRA - Plugins - OAuth Consumer SPI" key="com.atlassian.jira.oauth.consumer" version="5.1.3" created="2012-08-28 15:08:06.134"/>
    <PluginVersion id="10030" name="JIRA Footer" key="jira.footer" version="1.0" created="2012-08-28 15:08:06.135"/>
    <PluginVersion id="10031" name="Atlassian UI Plugin" key="com.atlassian.auiplugin" version="3.7-m6" created="2012-08-28 15:08:06.135"/>
    <PluginVersion id="10032" name="Atlassian REST - Module Types" key="com.atlassian.plugins.rest.atlassian-rest-module" version="2.6.5.1" created="2012-08-28 15:08:06.135"/>
    <PluginVersion id="10033" name="JIRA JSON-RPC Plugin" key="com.atlassian.jira.rpc.jira-json-rpc-plugin" version="1.0.4" created="2012-08-28 15:08:06.136"/>
    <PluginVersion id="10034" name="Admin Menu Sections" key="jira.webfragments.admin" version="1.0" created="2012-08-28 15:08:06.136"/>
    <PluginVersion id="10035" name="User Profile Panels" key="jira.user.profile.panels" version="1.0" created="2012-08-28 15:08:06.136"/>
    <PluginVersion id="10036" name="Web Resources Plugin" key="jira.webresources" version="1.0" created="2012-08-28 15:08:06.137"/>
    <PluginVersion id="10037" name="JDOM DOM Processor" key="com.springsource.org.jdom-1.0.0" version="1.0.0" created="2012-08-28 15:08:06.137"/>
    <PluginVersion id="10038" name="HipChat" key="com.atlassian.labs.hipchat.hipchat-plugin" version="1.1.7" created="2012-08-28 15:08:06.137"/>
    <PluginVersion id="10039" name="Issue Operations Plugin" key="com.atlassian.jira.plugin.system.issueoperations" version="1.0" created="2012-08-28 15:08:06.138"/>
    <PluginVersion id="10040" name="Atlassian JIRA - Plugins - OAuth Service Provider SPI" key="com.atlassian.jira.oauth.serviceprovider" version="5.1.3" created="2012-08-28 15:08:06.138"/>
    <PluginVersion id="10041" name="Apache HttpCore OSGi bundle" key="org.apache.httpcomponents.httpcore-4.0" version="4.0" created="2012-08-28 15:08:06.138"/>
    <PluginVersion id="10042" name="Renderer Component Factories Plugin" key="com.atlassian.jira.plugin.wiki.renderercomponentfactories" version="1.0" created="2012-08-28 15:08:06.139"/>
    <PluginVersion id="10043" name="Reports Plugin" key="com.atlassian.jira.plugin.system.reports" version="1.0" created="2012-08-28 15:08:06.139"/>
    <PluginVersion id="10044" name="ROME: RSS/Atom syndication and publishing tools" key="com.springsource.com.sun.syndication-0.9.0" version="0.9.0" created="2012-08-28 15:08:06.139"/>
    <PluginVersion id="10045" name="JIRA Issue Collector Plugin" key="com.atlassian.jira.collector.plugin.jira-issue-collector-plugin" version="1.1.1" created="2012-08-28 15:08:06.14"/>
    <PluginVersion id="10046" name="Gadget Spec Publisher Plugin" key="com.atlassian.gadgets.publisher" version="3.2.0-m2" created="2012-08-28 15:08:06.14"/>
    <PluginVersion id="10047" name="Atlassian JIRA - Plugins - REST Plugin" key="com.atlassian.jira.rest" version="5.1.3" created="2012-08-28 15:08:06.14"/>
    <PluginVersion id="10048" name="Atlassian Universal Plugin Manager Plugin" key="com.atlassian.upm.atlassian-universal-plugin-manager-plugin" version="2.1.5" created="2012-08-28 15:08:06.141"/>
    <PluginVersion id="10049" name="Neko HTML" key="com.atlassian.bundles.nekohtml-1.9.12.1" version="1.9.12.1" created="2012-08-28 15:08:06.141"/>
    <PluginVersion id="10050" name="Project Panels Plugin" key="com.atlassian.jira.plugin.system.project" version="1.0" created="2012-08-28 15:08:06.141"/>
    <PluginVersion id="10051" name="Streams Plugin" key="com.atlassian.streams" version="5.1.4" created="2012-08-28 15:08:06.142"/>
    <PluginVersion id="10052" name="JIRA Monitoring Plugin" key="com.atlassian.jira.jira-monitoring-plugin" version="05.5" created="2012-08-28 15:08:06.142"/>
    <PluginVersion id="10053" name="Atlassian OAuth Service Provider Plugin" key="com.atlassian.oauth.serviceprovider" version="1.4.1" created="2012-08-28 15:08:06.142"/>
    <PluginVersion id="10054" name="Atlassian JIRA - Plugins - Invite User" key="com.atlassian.jira.jira-invite-user-plugin" version="1.5" created="2012-08-28 15:08:06.143"/>
    <PluginVersion id="10055" name="Atlassian OAuth Consumer Plugin" key="com.atlassian.oauth.consumer" version="1.4.1" created="2012-08-28 15:08:06.143"/>
    <PluginVersion id="10056" name="Project Role Actors Plugin" key="com.atlassian.jira.plugin.system.projectroleactors" version="1.0" created="2012-08-28 15:08:06.143"/>
    <PluginVersion id="10057" name="Opensocial Plugin" key="com.atlassian.gadgets.opensocial" version="3.2.0-m2" created="2012-08-28 15:08:06.144"/>
    <PluginVersion id="10058" name="JIRA Usage Hints" key="jira.usage.hints" version="1.0" created="2012-08-28 15:08:06.144"/>
    <PluginVersion id="10059" name="Crowd System Password Encoders" key="crowd.system.passwordencoders" version="1.0" created="2012-08-28 15:08:06.144"/>
    <PluginVersion id="10060" name="JIRA French (France) Language Pack" key="tac.jira.languages.fr_FR" version="5.1.2-v2r2028-2012-08-07" created="2012-08-28 15:08:06.145"/>
    <PluginVersion id="10061" name="Gadget Directory Plugin" key="com.atlassian.gadgets.directory" version="3.2.0-m2" created="2012-08-28 15:08:06.145"/>
    <PluginVersion id="10062" name="Crowd REST API" key="crowd-rest-application-management" version="1.0" created="2012-08-28 15:08:06.145"/>
    <PluginVersion id="10063" name="Atlassian - Administration - Quick Search - JIRA" key="com.atlassian.administration.atlassian-admin-quicksearch-jira" version="1.0" created="2012-08-28 15:08:06.146"/>
    <PluginVersion id="10064" name="Atlassian JIRA - Plugins - View Issue Panels" key="com.atlassian.jira.jira-view-issue-plugin" version="5.1.3" created="2012-08-28 15:08:06.146"/>
    <PluginVersion id="10065" name="Support Tools Plugin" key="com.atlassian.support.stp" version="3.0.9" created="2012-08-28 15:08:06.146"/>
    <PluginVersion id="10066" name="JIRA Japanese (Japan) Language Pack" key="tac.jira.languages.ja_JP" version="5.1.2-v2r12902-2012-08-09" created="2012-08-28 15:08:06.147"/>
    <PluginVersion id="10067" name="Renderer Plugin" key="com.atlassian.jira.plugin.system.jirarenderers" version="1.0" created="2012-08-28 15:08:06.147"/>
    <PluginVersion id="10068" name="Atlassian JIRA - Plugins - SAL Plugin" key="com.atlassian.sal.jira" version="5.1.3" created="2012-08-28 15:08:06.147"/>
    <PluginVersion id="10069" name="Atlassian JIRA - Plugins - Mail Plugin" key="com.atlassian.jira.jira-mail-plugin" version="5.1.3" created="2012-08-28 15:08:06.148"/>
    <PluginVersion id="10070" name="Top Navigation Bar" key="jira.top.navigation.bar" version="1.0" created="2012-08-28 15:08:06.148"/>
    <PluginVersion id="10071" name="Streams Core Plugin" key="com.atlassian.streams.core" version="5.1.4" created="2012-08-28 15:08:06.148"/>
    <PluginVersion id="10072" name="JSON Library" key="com.atlassian.bundles.json-20070829.0.0.1" version="20070829.0.0.1" created="2012-08-28 15:08:06.149"/>
    <PluginVersion id="10073" name="Streams SPI" key="com.atlassian.streams.streams-spi-5.1.4" version="5.1.4" created="2012-08-28 15:08:06.149"/>
    <PluginVersion id="10074" name="Applinks Product Plugin" key="com.atlassian.applinks.applinks-plugin" version="3.7.3" created="2012-08-28 15:08:06.15"/>
    <PluginVersion id="10075" name="Atlassian Template Renderer Velocity 1.6 Plugin" key="com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin" version="1.4.2" created="2012-08-28 15:08:06.15"/>
    <PluginVersion id="10076" name="jira-help-tips" key="com.atlassian.plugins.helptips.jira-help-tips" version="0.22" created="2012-08-28 15:08:06.15"/>
    <PluginVersion id="10077" name="Atlassian JIRA - Plugins - Gadgets Plugin" key="com.atlassian.jira.gadgets" version="5.1.3" created="2012-08-28 15:08:06.151"/>
    <PluginVersion id="10078" name="Atlassian JIRA - Plugins - Quick Edit Plugin" key="com.atlassian.jira.jira-quick-edit-plugin" version="1.0.46" created="2012-08-28 15:08:06.151"/>
    <PluginVersion id="10079" name="JIRA Streams Inline Actions Plugin" key="com.atlassian.streams.jira.inlineactions" version="5.1.4" created="2012-08-28 15:08:06.151"/>
    <PluginVersion id="10080" name="JQL Functions" key="jira.jql.function" version="1.0" created="2012-08-28 15:08:06.152"/>
    <PluginVersion id="10081" name="JIRA German (Germany) Language Pack" key="tac.jira.languages.de_DE" version="5.1.2-v2r5326-2012-08-07" created="2012-08-28 15:08:06.152"/>
    <PluginVersion id="10082" name="Apache HttpClient OSGi bundle" key="org.apache.httpcomponents.httpclient-4.0" version="4.0" created="2012-08-28 15:08:06.152"/>
    <PluginVersion id="10083" name="Atlassian Gadgets OAuth Service Provider Plugin" key="com.atlassian.gadgets.oauth.serviceprovider" version="3.2.0-m2" created="2012-08-28 15:08:06.153"/>
    <PluginVersion id="10084" name="Atlassian JIRA - Plugins - Closure Template Renderer" key="com.atlassian.jira.jira-soy-plugin" version="5.1.3" created="2012-08-28 15:08:06.153"/>
    <PluginVersion id="10085" name="English (United States) Language Pack" key="com.atlassian.jira.jira-languages.en_US" version="5.1.3" created="2012-08-28 15:08:06.153"/>
    <PluginVersion id="10086" name="Workflow Designer Plugin" key="com.atlassian.jira.plugins.jira-workflow-designer" version="2.6.13" created="2012-08-28 15:08:06.154"/>
    <PluginVersion id="10087" name="Atlassian JIRA - Plugins - My JIRA Home" key="com.atlassian.jira.jira-my-home-plugin" version="5.1.3" created="2012-08-28 15:08:06.154"/>
    <PluginVersion id="10088" name="Workflow Plugin" key="com.atlassian.jira.plugin.system.workflow" version="1.0" created="2012-08-28 15:08:06.154"/>
    <PluginVersion id="10089" name="ICU4J" key="com.atlassian.bundles.icu4j-3.8.0.1" version="3.8.0.1" created="2012-08-28 15:08:06.155"/>
    <PluginVersion id="10090" name="FishEye Plugin" key="com.atlassian.jirafisheyeplugin" version="5.0.4.1" created="2012-08-28 15:08:06.155"/>
    <PluginVersion id="10091" name="Atlassian Bot Session Killer" key="com.atlassian.labs.atlassian-bot-killer" version="1.7.1" created="2012-08-28 15:08:06.156"/>
    <PluginVersion id="10092" name="Atlassian JIRA - Plugins - Issue Navigation" key="com.atlassian.jira.jira-issue-nav-plugin" version="1.0.46" created="2012-08-28 15:08:06.156"/>
    <PluginVersion id="10093" name="English (United Kingdom) Language Pack" key="com.atlassian.jira.jira-languages.en_UK" version="5.1.3" created="2012-08-28 15:08:06.157"/>
    <PluginVersion id="10094" name="JIRA iCalendar Plugin" key="com.atlassian.jira.extra.jira-ical-feed" version="1.0.8" created="2012-08-28 15:08:06.157"/>
    <PluginVersion id="10095" name="JIRA Spanish (Spain) Language Pack" key="tac.jira.languages.es_ES" version="5.1.2-v2r11459-2012-08-07" created="2012-08-28 15:08:06.158"/>
    <PluginVersion id="10096" name="ROME, RSS and atOM utilitiEs for Java" key="rome.rome-1.0" version="1.0" created="2012-08-28 15:08:06.158"/>
    <PluginVersion id="10097" name="Atlassian Template Renderer API" key="com.atlassian.templaterenderer.api" version="1.4.2" created="2012-08-28 15:08:06.158"/>
    <PluginVersion id="10098" name="Webwork Plugin" key="com.atlassian.jira.plugin.system.webwork1" version="1.0" created="2012-08-28 15:08:06.159"/>
    <PluginVersion id="10099" name="Preset Filters Sections" key="jira.webfragments.preset.filters" version="1.0" created="2012-08-28 15:08:06.159"/>
    <PluginVersion id="10100" name="JIRA Bamboo Plugin" key="com.atlassian.jira.plugin.ext.bamboo" version="5.0" created="2012-08-28 15:08:06.159"/>
    <PluginVersion id="10101" name="Atlassian OAuth Service Provider SPI" key="com.atlassian.oauth.atlassian-oauth-service-provider-spi-1.4.1" version="1.4.1" created="2012-08-28 15:08:06.161"/>
    <PluginVersion id="10102" name="User Profile Links" key="jira.webfragments.user.profile.links" version="1.0" created="2012-08-28 15:08:06.161"/>
    <PluginVersion id="10103" name="Atlassian Soy Templates - Plugin" key="com.atlassian.soy.soy-template-plugin" version="1.1.3" created="2012-08-28 15:08:06.161"/>
    <PluginVersion id="10104" name="View Project Operations Sections" key="jira.webfragments.view.project.operations" version="1.0" created="2012-08-28 15:08:06.162"/>
    <PluginVersion id="10105" name="Atlassian JIRA - Plugins - Issue Web Link" key="com.atlassian.jira.jira-issue-link-web-plugin" version="5.1.3" created="2012-08-28 15:08:06.162"/>
    <PluginVersion id="10106" name="Atlassian Embedded Crowd - Administration Plugin" key="com.atlassian.crowd.embedded.admin" version="1.4.3" created="2012-08-28 15:08:06.162"/>
    <PluginVersion id="10107" name="Atlassian JIRA - Plugins - Confluence Link" key="com.atlassian.jira.jira-issue-link-confluence-plugin" version="5.1.3" created="2012-08-28 15:08:06.163"/>
    <PluginVersion id="10108" name="Atlassian JIRA - Plugins - Admin Summary Component" key="com.atlassian.jira.jira-admin-summary-plugin" version="5.1.3" created="2012-08-28 15:08:06.163"/>
    <PluginVersion id="10109" name="JIRA Welcome Plugin" key="com.atlassian.jira.welcome.jira-welcome-plugin" version="1.1.10" created="2012-08-28 15:08:06.163"/>
    <PluginVersion id="10110" name="Atlassian JIRA - Plugins - Share Content Component" key="com.atlassian.jira.jira-share-plugin" version="5.1.3" created="2012-08-28 15:08:06.164"/>
    <PluginVersion id="10200" name="Atlassian Universal Plugin Manager - Plugin License Storage plugin" key="com.atlassian.upm.plugin-license-storage-plugin" version="2.2.4" created="2012-09-21 11:42:53.904"/>
    <PluginVersion id="10201" name="JIRA Suite Utilities" key="com.googlecode.jira-suite-utilities" version="1.3.1" created="2012-09-21 11:42:53.906"/>
    <PortalPage id="10000" pagename="System Dashboard" sequence="0" favCount="0" layout="AA" version="0"/>
    <PortletConfiguration id="10000" portalpage="10000" columnNumber="0" position="0" gadgetXml="rest/gadgets/1.0/g/com.atlassian.jira.gadgets:introduction-gadget/gadgets/introduction-gadget.xml"/>
    <PortletConfiguration id="10001" portalpage="10000" columnNumber="0" position="1" gadgetXml="rest/gadgets/1.0/g/com.atlassian.streams.streams-jira-plugin:activitystream-gadget/gadgets/activitystream-gadget.xml"/>
    <PortletConfiguration id="10002" portalpage="10000" columnNumber="1" position="0" gadgetXml="rest/gadgets/1.0/g/com.atlassian.jira.gadgets:assigned-to-me-gadget/gadgets/assigned-to-me-gadget.xml"/>
    <PortletConfiguration id="10003" portalpage="10000" columnNumber="1" position="1" gadgetXml="rest/gadgets/1.0/g/com.atlassian.jira.gadgets:favourite-filters-gadget/gadgets/favourite-filters-gadget.xml"/>
    <PortletConfiguration id="10004" portalpage="10000" columnNumber="1" position="2" gadgetXml="rest/gadgets/1.0/g/com.atlassian.jira.gadgets:admin-gadget/gadgets/admin-gadget.xml"/>
    <Priority id="1" sequence="1" name="Blocker" description="Blocks development and/or testing work, production could not run." iconurl="/images/icons/priority_blocker.gif" statusColor="#cc0000"/>
    <Priority id="2" sequence="2" name="Critical" description="Crashes, loss of data, severe memory leak." iconurl="/images/icons/priority_critical.gif" statusColor="#ff0000"/>
    <Priority id="3" sequence="3" name="Major" description="Major loss of function." iconurl="/images/icons/priority_major.gif" statusColor="#009900"/>
    <Priority id="4" sequence="4" name="Minor" description="Minor loss of function, or other problem where easy workaround is present." iconurl="/images/icons/priority_minor.gif" statusColor="#006600"/>
    <Priority id="5" sequence="5" name="Trivial" description="Cosmetic problem like misspelt words or misaligned text." iconurl="/images/icons/priority_trivial.gif" statusColor="#003300"/>
    <Project id="10501" name="MyLittleProject" lead="fugmag" key="MYL" counter="0" assigneetype="2" avatar="10011"/>
    <ProjectRole id="10000" name="Users" description="A project role that represents users in a project"/>
    <ProjectRole id="10001" name="Developers" description="A project role that represents developers in a project"/>
    <ProjectRole id="10002" name="Administrators" description="A project role that represents administrators in a project"/>
    <ProjectRoleActor id="10000" projectroleid="10000" roletype="atlassian-group-role-actor" roletypeparameter="jira-users"/>
    <ProjectRoleActor id="10001" projectroleid="10001" roletype="atlassian-group-role-actor" roletypeparameter="jira-developers"/>
    <ProjectRoleActor id="10002" projectroleid="10002" roletype="atlassian-group-role-actor" roletypeparameter="jira-administrators"/>
    <ProjectRoleActor id="10603" pid="10501" projectroleid="10002" roletype="atlassian-group-role-actor" roletypeparameter="jira-administrators"/>
    <ProjectRoleActor id="10604" pid="10501" projectroleid="10001" roletype="atlassian-group-role-actor" roletypeparameter="jira-developers"/>
    <ProjectRoleActor id="10605" pid="10501" projectroleid="10000" roletype="atlassian-group-role-actor" roletypeparameter="jira-users"/>
    <RememberMeToken id="10000" created="2012-08-28 15:22:06.177" token="40d07b09a241760666a41892daee5fb866484c36" username="fugmag"/>
    <RememberMeToken id="10200" created="2012-09-21 14:19:05.043" token="4118888ea1c73c4da49656421f00100de3c201cc" username="fugmag"/>
    <RememberMeToken id="10300" created="2012-09-25 10:15:41.849" token="31f0b4b26ceab706cb1bd20075bef7b67dcca658" username="fugmag"/>
    <Resolution id="1" sequence="1" name="Fixed" description="A fix for this issue is checked into the tree and tested."/>
    <Resolution id="2" sequence="2" name="Won't Fix" description="The problem described is an issue which will never be fixed."/>
    <Resolution id="3" sequence="3" name="Duplicate" description="The problem is a duplicate of an existing issue."/>
    <Resolution id="4" sequence="4" name="Incomplete" description="The problem is not completely described."/>
    <Resolution id="5" sequence="5" name="Cannot Reproduce" description="All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue."/>
    <SchemePermissions id="10000" permission="0" type="group" parameter="jira-administrators"/>
    <SchemePermissions id="10001" permission="1" type="group" parameter="jira-users"/>
    <SchemePermissions id="10002" permission="27" type="group" parameter="jira-developers"/>
    <SchemePermissions id="10003" permission="24" type="group" parameter="jira-developers"/>
    <SchemePermissions id="10004" scheme="0" permission="23" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10005" scheme="0" permission="10" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10006" scheme="0" permission="11" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10007" scheme="0" permission="15" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10008" scheme="0" permission="19" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10009" scheme="0" permission="13" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10010" scheme="0" permission="17" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10011" scheme="0" permission="14" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10012" scheme="0" permission="21" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10013" scheme="0" permission="12" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10014" scheme="0" permission="16" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10015" scheme="0" permission="18" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10016" scheme="0" permission="25" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10017" scheme="0" permission="28" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10018" scheme="0" permission="30" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10019" scheme="0" permission="20" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10020" scheme="0" permission="43" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10021" scheme="0" permission="42" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10022" scheme="0" permission="41" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10023" scheme="0" permission="40" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10024" scheme="0" permission="31" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10025" scheme="0" permission="32" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10026" scheme="0" permission="34" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10027" scheme="0" permission="35" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10028" scheme="0" permission="36" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10029" scheme="0" permission="37" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10030" scheme="0" permission="38" type="projectrole" parameter="10002"/>
    <SchemePermissions id="10031" scheme="0" permission="39" type="projectrole" parameter="10000"/>
    <SchemePermissions id="10032" permission="22" type="group" parameter="jira-users"/>
    <SchemePermissions id="10033" scheme="0" permission="29" type="projectrole" parameter="10001"/>
    <SchemePermissions id="10100" permission="33" type="group" parameter="jira-users"/>
    <SchemePermissions id="10101" permission="44" type="group" parameter="jira-administrators"/>
    <SchemePermissions id="10200" scheme="0" permission="45" type="projectrole" parameter="10000"/>
    <SequenceValueItem seqName="Action" seqId="10300"/>
    <SequenceValueItem seqName="Avatar" seqId="10200"/>
    <SequenceValueItem seqName="ChangeGroup" seqId="10800"/>
    <SequenceValueItem seqName="ChangeItem" seqId="10900"/>
    <SequenceValueItem seqName="ConfigurationContext" seqId="10600"/>
    <SequenceValueItem seqName="CustomField" seqId="10400"/>
    <SequenceValueItem seqName="CustomFieldOption" seqId="10100"/>
    <SequenceValueItem seqName="CustomFieldValue" seqId="10500"/>
    <SequenceValueItem seqName="DraftWorkflow" seqId="10500"/>
    <SequenceValueItem seqName="ExternalEntity" seqId="110"/>
    <SequenceValueItem seqName="FieldConfigScheme" seqId="10700"/>
    <SequenceValueItem seqName="FieldConfigSchemeIssueType" seqId="10900"/>
    <SequenceValueItem seqName="FieldConfiguration" seqId="10700"/>
    <SequenceValueItem seqName="FieldLayout" seqId="10200"/>
    <SequenceValueItem seqName="FieldLayoutItem" seqId="10300"/>
    <SequenceValueItem seqName="FieldLayoutScheme" seqId="10200"/>
    <SequenceValueItem seqName="FieldLayoutSchemeEntity" seqId="10200"/>
    <SequenceValueItem seqName="FieldScreen" seqId="10500"/>
    <SequenceValueItem seqName="FieldScreenLayoutItem" seqId="10700"/>
    <SequenceValueItem seqName="FieldScreenScheme" seqId="10400"/>
    <SequenceValueItem seqName="FieldScreenSchemeItem" seqId="10500"/>
    <SequenceValueItem seqName="FieldScreenTab" seqId="10600"/>
    <SequenceValueItem seqName="GadgetUserPreference" seqId="10100"/>
    <SequenceValueItem seqName="GenericConfiguration" seqId="10400"/>
    <SequenceValueItem seqName="Group" seqId="10010"/>
    <SequenceValueItem seqName="Issue" seqId="10800"/>
    <SequenceValueItem seqName="IssueLink" seqId="10100"/>
    <SequenceValueItem seqName="IssueLinkType" seqId="10200"/>
    <SequenceValueItem seqName="IssueTypeScreenScheme" seqId="10400"/>
    <SequenceValueItem seqName="IssueTypeScreenSchemeEntity" seqId="10600"/>
    <SequenceValueItem seqName="ListenerConfig" seqId="10100"/>
    <SequenceValueItem seqName="Membership" seqId="10010"/>
    <SequenceValueItem seqName="Notification" seqId="10200"/>
    <SequenceValueItem seqName="NotificationScheme" seqId="10100"/>
    <SequenceValueItem seqName="OAuthConsumer" seqId="10100"/>
    <SequenceValueItem seqName="OSCurrentStep" seqId="11000"/>
    <SequenceValueItem seqName="OSGroup" seqId="10100"/>
    <SequenceValueItem seqName="OSMembership" seqId="10100"/>
    <SequenceValueItem seqName="OSPropertyEntry" seqId="13300"/>
    <SequenceValueItem seqName="OSUser" seqId="10100"/>
    <SequenceValueItem seqName="OSWorkflowEntry" seqId="10800"/>
    <SequenceValueItem seqName="OptionConfiguration" seqId="10900"/>
    <SequenceValueItem seqName="PluginVersion" seqId="10300"/>
    <SequenceValueItem seqName="PortalPage" seqId="10100"/>
    <SequenceValueItem seqName="PortletConfiguration" seqId="10100"/>
    <SequenceValueItem seqName="Project" seqId="10600"/>
    <SequenceValueItem seqName="ProjectRole" seqId="10100"/>
    <SequenceValueItem seqName="ProjectRoleActor" seqId="10700"/>
    <SequenceValueItem seqName="RememberMeToken" seqId="10400"/>
    <SequenceValueItem seqName="SchemePermissions" seqId="10300"/>
    <SequenceValueItem seqName="ServiceConfig" seqId="13000"/>
    <SequenceValueItem seqName="SharePermissions" seqId="10100"/>
    <SequenceValueItem seqName="UpgradeHistory" seqId="10300"/>
    <SequenceValueItem seqName="UpgradeVersionHistory" seqId="10100"/>
    <SequenceValueItem seqName="User" seqId="10010"/>
    <SequenceValueItem seqName="UserAttribute" seqId="2510"/>
    <SequenceValueItem seqName="UserHistoryItem" seqId="10900"/>
    <SequenceValueItem seqName="Workflow" seqId="10600"/>
    <SequenceValueItem seqName="WorkflowScheme" seqId="10600"/>
    <SequenceValueItem seqName="WorkflowSchemeEntity" seqId="10500"/>
    <ServiceConfig id="10000" time="60000" clazz="com.atlassian.jira.service.services.mail.MailQueueService" name="Mail Queue Service"/>
    <ServiceConfig id="10001" time="43200000" clazz="com.atlassian.jira.service.services.export.ExportService" name="Backup Service"/>
    <ServiceConfig id="12900" time="28800000" clazz="com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService" name="Service Provider Session Remover"/>
    <ServiceConfig id="12901" time="86400000" clazz="com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService" name="NotificationCacheUpdateJob-job"/>
    <ServiceConfig id="12902" time="86400000" clazz="com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService" name="PluginLicenseExpiryJob-job"/>
    <ServiceConfig id="12903" time="60000" clazz="com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService" name="com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateServiceImpl:job"/>
    <ServiceConfig id="12904" time="300000" clazz="com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService" name="com.atlassian.streams.internal.ActivityProviderConnectionMonitorImpl:activityProviderMonitor"/>
    <SharePermissions id="10000" entityId="10000" entityType="PortalPage" type="global"/>
    <Status id="1" sequence="1" name="Open" description="The issue is open and ready for the assignee to start work on it." iconurl="/images/icons/status_open.gif"/>
    <Status id="3" sequence="3" name="In Progress" description="This issue is being actively worked on at the moment by the assignee." iconurl="/images/icons/status_inprogress.gif"/>
    <Status id="4" sequence="4" name="Reopened" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved." iconurl="/images/icons/status_reopened.gif"/>
    <Status id="5" sequence="5" name="Resolved" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed." iconurl="/images/icons/status_resolved.gif"/>
    <Status id="6" sequence="6" name="Closed" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened." iconurl="/images/icons/status_closed.gif"/>
    <UpgradeVersionHistory id="10000" timeperformed="2012-08-28 15:17:12.667" targetbuild="782" targetversion="5.1.3"/>
    <User id="10000" directoryId="1" userName="fugmag" lowerUserName="fugmag" active="1" createdDate="2012-08-28 15:17:12.401" updatedDate="2012-08-28 15:17:12.401" firstName="" lowerFirstName="" lastName="" lowerLastName="" displayName="Magnus Fuglerud" lowerDisplayName="magnus fuglerud" emailAddress="magnus.fuglerud@outlook.com" lowerEmailAddress="magnus.fuglerud@outlook.com" credential="{PKCS5S2}jKtTFnew+qip8rBZfNVRNZd6eUVofMxS/rCF4NuqD+pRx8VJBqTOHEFCdIuuGNL8"/>
    <UserAttribute id="610" userId="10000" directoryId="1" name="password.reset.request.expiry" value="1347456533888" lowerValue="1347456533888"/>
    <UserAttribute id="611" userId="10000" directoryId="1" name="password.reset.request.token" value="d96c9be8f54f4c6280ce4bbbdc40a0b5c7c0ff30" lowerValue="d96c9be8f54f4c6280ce4bbbdc40a0b5c7c0ff30"/>
    <UserAttribute id="2311" userId="10000" directoryId="1" name="login.lastFailedLoginMillis" value="1348560937030" lowerValue="1348560937030"/>
    <UserAttribute id="2313" userId="10000" directoryId="1" name="login.totalFailedCount" value="5" lowerValue="5"/>
    <UserAttribute id="2431" userId="10000" directoryId="1" name="invalidPasswordAttempts" value="0" lowerValue="0"/>
    <UserAttribute id="2432" userId="10000" directoryId="1" name="requiresPasswordChange" value="false" lowerValue="false"/>
    <UserAttribute id="2433" userId="10000" directoryId="1" name="lastAuthenticated" value="1348568968975" lowerValue="1348568968975"/>
    <UserAttribute id="2434" userId="10000" directoryId="1" name="login.currentFailedCount" value="0" lowerValue="0"/>
    <UserAttribute id="2435" userId="10000" directoryId="1" name="login.lastLoginMillis" value="1348568968981" lowerValue="1348568968981"/>
    <UserAttribute id="2436" userId="10000" directoryId="1" name="login.previousLoginMillis" value="1348566878470" lowerValue="1348566878470"/>
    <UserAttribute id="2437" userId="10000" directoryId="1" name="login.count" value="168" lowerValue="168"/>
    <UserHistoryItem id="10000" type="Dashboard" entityId="10000" username="fugmag" lastViewed="1348570763262"/>
    <UserHistoryItem id="10203" type="Resolution" entityId="1" username="fugmag" lastViewed="1348568985926" data="Fixed"/>
    <UserHistoryItem id="10526" type="Issue" entityId="10422" username="fugmag" lastViewed="1347977337354"/>
    <UserHistoryItem id="10527" type="Issue" entityId="10423" username="fugmag" lastViewed="1347977526743"/>
    <UserHistoryItem id="10528" type="Issue" entityId="10424" username="fugmag" lastViewed="1347977537601"/>
    <UserHistoryItem id="10529" type="Issue" entityId="10425" username="fugmag" lastViewed="1347978893714"/>
    <UserHistoryItem id="10531" type="Issue" entityId="10426" username="fugmag" lastViewed="1347980148312"/>
    <UserHistoryItem id="10532" type="Issue" entityId="10427" username="fugmag" lastViewed="1347981326477"/>
    <UserHistoryItem id="10533" type="Issue" entityId="10428" username="fugmag" lastViewed="1347981322341"/>
    <UserHistoryItem id="10535" type="Issue" entityId="10429" username="fugmag" lastViewed="1347982472477"/>
    <UserHistoryItem id="10536" type="Issue" entityId="10430" username="fugmag" lastViewed="1347982583440"/>
    <UserHistoryItem id="10537" type="Issue" entityId="10431" username="fugmag" lastViewed="1347983108652"/>
    <UserHistoryItem id="10538" type="Issue" entityId="10432" username="fugmag" lastViewed="1347986978880"/>
    <UserHistoryItem id="10539" type="Issue" entityId="10433" username="fugmag" lastViewed="1347985397715"/>
    <UserHistoryItem id="10540" type="Issue" entityId="10434" username="fugmag" lastViewed="1347985586925"/>
    <UserHistoryItem id="10541" type="Issue" entityId="10435" username="fugmag" lastViewed="1347987146920"/>
    <UserHistoryItem id="10543" type="Issue" entityId="10436" username="fugmag" lastViewed="1348061549189"/>
    <UserHistoryItem id="10544" type="Issue" entityId="10437" username="fugmag" lastViewed="1348061806605"/>
    <UserHistoryItem id="10545" type="Issue" entityId="10438" username="fugmag" lastViewed="1348061848006"/>
    <UserHistoryItem id="10546" type="IssueLink" entityId="10003" username="fugmag" lastViewed="1348067263747" data="relates to"/>
    <UserHistoryItem id="10547" type="Issue" entityId="10439" username="fugmag" lastViewed="1348061837584"/>
    <UserHistoryItem id="10548" type="Issue" entityId="10440" username="fugmag" lastViewed="1348062403937"/>
    <UserHistoryItem id="10549" type="Issue" entityId="10441" username="fugmag" lastViewed="1348063831485"/>
    <UserHistoryItem id="10550" type="Issue" entityId="10442" username="fugmag" lastViewed="1348063913893"/>
    <UserHistoryItem id="10551" type="Issue" entityId="10443" username="fugmag" lastViewed="1348066724894"/>
    <UserHistoryItem id="10552" type="Issue" entityId="10444" username="fugmag" lastViewed="1348065090160"/>
    <UserHistoryItem id="10553" type="Issue" entityId="10445" username="fugmag" lastViewed="1348067702644"/>
    <UserHistoryItem id="10554" type="Issue" entityId="10446" username="fugmag" lastViewed="1348067197245"/>
    <UserHistoryItem id="10555" type="Issue" entityId="10447" username="fugmag" lastViewed="1348067209668"/>
    <UserHistoryItem id="10556" type="Issue" entityId="10448" username="fugmag" lastViewed="1348067488725"/>
    <UserHistoryItem id="10557" type="Issue" entityId="10449" username="fugmag" lastViewed="1348067697450"/>
    <UserHistoryItem id="10558" type="Issue" entityId="10450" username="fugmag" lastViewed="1348135515413"/>
    <UserHistoryItem id="10561" type="Project" entityId="10209" username="fugmag" lastViewed="1348138449512"/>
    <UserHistoryItem id="10562" type="Issue" entityId="10451" username="fugmag" lastViewed="1348138059304"/>
    <UserHistoryItem id="10563" type="Issue" entityId="10452" username="fugmag" lastViewed="1348138396766"/>
    <UserHistoryItem id="10564" type="Project" entityId="10210" username="fugmag" lastViewed="1348139575612"/>
    <UserHistoryItem id="10565" type="Issue" entityId="10453" username="fugmag" lastViewed="1348139552433"/>
    <UserHistoryItem id="10566" type="Issue" entityId="10454" username="fugmag" lastViewed="1348139568656"/>
    <UserHistoryItem id="10567" type="Project" entityId="10211" username="fugmag" lastViewed="1348140171124"/>
    <UserHistoryItem id="10568" type="Issue" entityId="10455" username="fugmag" lastViewed="1348140137283"/>
    <UserHistoryItem id="10569" type="Issue" entityId="10456" username="fugmag" lastViewed="1348140163347"/>
    <UserHistoryItem id="10570" type="Project" entityId="10212" username="fugmag" lastViewed="1348141714263"/>
    <UserHistoryItem id="10571" type="Issue" entityId="10457" username="fugmag" lastViewed="1348141396014"/>
    <UserHistoryItem id="10572" type="Project" entityId="10213" username="fugmag" lastViewed="1348482951438"/>
    <UserHistoryItem id="10573" type="Issue" entityId="10458" username="fugmag" lastViewed="1348230903062"/>
    <UserHistoryItem id="10600" type="Project" entityId="10300" username="fugmag" lastViewed="1348486812719"/>
    <UserHistoryItem id="10601" type="Issue" entityId="10500" username="fugmag" lastViewed="1348483736178"/>
    <UserHistoryItem id="10602" type="Issue" entityId="10501" username="fugmag" lastViewed="1348484068431"/>
    <UserHistoryItem id="10603" type="Issue" entityId="10502" username="fugmag" lastViewed="1348485225888"/>
    <UserHistoryItem id="10604" type="Issue" entityId="10503" username="fugmag" lastViewed="1348485986831"/>
    <UserHistoryItem id="10605" type="Issue" entityId="10504" username="fugmag" lastViewed="1348486761497"/>
    <UserHistoryItem id="10606" type="Project" entityId="10301" username="fugmag" lastViewed="1348487976521"/>
    <UserHistoryItem id="10607" type="Issue" entityId="10505" username="fugmag" lastViewed="1348487341368"/>
    <UserHistoryItem id="10608" type="Issue" entityId="10506" username="fugmag" lastViewed="1348487637826"/>
    <UserHistoryItem id="10609" type="Project" entityId="10302" username="fugmag" lastViewed="1348492116498"/>
    <UserHistoryItem id="10610" type="Issue" entityId="10507" username="fugmag" lastViewed="1348488267283"/>
    <UserHistoryItem id="10611" type="Issue" entityId="10508" username="fugmag" lastViewed="1348490288985"/>
    <UserHistoryItem id="10612" type="Issue" entityId="10509" username="fugmag" lastViewed="1348490299060"/>
    <UserHistoryItem id="10613" type="Project" entityId="10303" username="fugmag" lastViewed="1348492349146"/>
    <UserHistoryItem id="10614" type="Issue" entityId="10510" username="fugmag" lastViewed="1348492201553"/>
    <UserHistoryItem id="10615" type="Issue" entityId="10511" username="fugmag" lastViewed="1348492338489"/>
    <UserHistoryItem id="10616" type="Project" entityId="10304" username="fugmag" lastViewed="1348492497207"/>
    <UserHistoryItem id="10617" type="Issue" entityId="10512" username="fugmag" lastViewed="1348492406434"/>
    <UserHistoryItem id="10618" type="Issue" entityId="10513" username="fugmag" lastViewed="1348492490350"/>
    <UserHistoryItem id="10619" type="Project" entityId="10305" username="fugmag" lastViewed="1348562752629"/>
    <UserHistoryItem id="10620" type="Issue" entityId="10514" username="fugmag" lastViewed="1348494007210"/>
    <UserHistoryItem id="10621" type="Issue" entityId="10515" username="fugmag" lastViewed="1348495633906"/>
    <UserHistoryItem id="10700" type="Issue" entityId="10600" username="fugmag" lastViewed="1348562406750"/>
    <UserHistoryItem id="10701" type="Project" entityId="10400" username="fugmag" lastViewed="1348563377906"/>
    <UserHistoryItem id="10702" type="Project" entityId="10401" username="fugmag" lastViewed="1348563787225"/>
    <UserHistoryItem id="10703" type="Issue" entityId="10601" username="fugmag" lastViewed="1348563757347"/>
    <UserHistoryItem id="10800" type="Project" entityId="10500" username="fugmag" lastViewed="1348569088036"/>
    <UserHistoryItem id="10801" type="Issue" entityId="10700" username="fugmag" lastViewed="1348568988277"/>
    <UserHistoryItem id="10802" type="Project" entityId="10501" username="fugmag" lastViewed="1348571377690"/>
    <Workflow id="10502" name="MyFirstWorkflow">
        <descriptor><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow PUBLIC "-//OpenSymphony Group//DTD OSWorkflow 2.8//EN" "http://www.opensymphony.com/osworkflow/workflow_2_8.dtd">
<workflow>
  <meta name="jira.update.author.name">fugmag</meta>
  <meta name="jira.description"></meta>
  <meta name="jira.updated.date">1348570325486</meta>
  <initial-actions>
    <action id="1" name="Create">
      <validators>
        <validator type="class">
          <arg name="class.name">com.atlassian.jira.workflow.validator.PermissionValidator</arg>
          <arg name="permission">Create Issue</arg>
        </validator>
      </validators>
      <results>
        <unconditional-result old-status="null" status="open" step="1">
          <post-functions>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueCreateFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueReindexFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.event.FireIssueEventFunction</arg>
              <arg name="eventTypeId">1</arg>
            </function>
          </post-functions>
        </unconditional-result>
      </results>
    </action>
  </initial-actions>
  <steps>
    <step id="1" name="Open">
      <meta name="jira.status.id">1</meta>
    </step>
  </steps>
</workflow>
]]></descriptor>
    </Workflow>
    <Workflow id="10503" name="MySecondWorkflow">
        <descriptor><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow PUBLIC "-//OpenSymphony Group//DTD OSWorkflow 2.8//EN" "http://www.opensymphony.com/osworkflow/workflow_2_8.dtd">
<workflow>
  <meta name="jira.update.author.name">fugmag</meta>
  <meta name="jira.description"></meta>
  <meta name="jira.updated.date">1348570340714</meta>
  <initial-actions>
    <action id="1" name="Create">
      <validators>
        <validator type="class">
          <arg name="class.name">com.atlassian.jira.workflow.validator.PermissionValidator</arg>
          <arg name="permission">Create Issue</arg>
        </validator>
      </validators>
      <results>
        <unconditional-result old-status="null" status="open" step="1">
          <post-functions>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueCreateFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.issue.IssueReindexFunction</arg>
            </function>
            <function type="class">
              <arg name="class.name">com.atlassian.jira.workflow.function.event.FireIssueEventFunction</arg>
              <arg name="eventTypeId">1</arg>
            </function>
          </post-functions>
        </unconditional-result>
      </results>
    </action>
  </initial-actions>
  <steps>
    <step id="1" name="Open">
      <meta name="jira.status.id">1</meta>
    </step>
  </steps>
</workflow>
]]></descriptor>
    </Workflow>
    <WorkflowScheme id="10501" name="MyWorkflowScheme" description=""/>
    <WorkflowSchemeEntity id="10402" scheme="10501" workflow="MyFirstWorkflow" issuetype="6"/>
    <WorkflowSchemeEntity id="10403" scheme="10501" workflow="MySecondWorkflow" issuetype="7"/>
<!--
___ Entities ________________________________
Total : 1419
     Application                                   : 1
     Avatar                                        : 36
     ConfigurationContext                          : 2
     CustomField                                   : 1
     Directory                                     : 1
     DirectoryAttribute                            : 1
     DirectoryOperation                            : 12
     DraftWorkflow                                 : 1
     EventType                                     : 16
     ExternalEntity                                : 1
     FieldConfigScheme                             : 3
     FieldConfigSchemeIssueType                    : 3
     FieldConfiguration                            : 3
     FieldLayout                                   : 1
     FieldLayoutItem                               : 19
     FieldScreen                                   : 4
     FieldScreenLayoutItem                         : 24
     FieldScreenScheme                             : 2
     FieldScreenSchemeItem                         : 8
     FieldScreenTab                                : 4
     GadgetUserPreference                          : 6
     GenericConfiguration                          : 2
     Group                                         : 3
     IssueLinkType                                 : 5
     IssueType                                     : 7
     IssueTypeScreenScheme                         : 2
     IssueTypeScreenSchemeEntity                   : 3
     ListenerConfig                                : 3
     Membership                                    : 3
     NodeAssociation                               : 3
     Notification                                  : 48
     NotificationScheme                            : 1
     OAuthConsumer                                 : 1
     OSCurrentStepPrev                             : 180
     OSHistoryStep                                 : 160
     OSHistoryStepPrev                             : 151
     OSPropertyEntry                               : 115
     OSPropertyNumber                              : 21
     OSPropertyString                              : 85
     OSPropertyText                                : 9
     OSWorkflowEntry                               : 109
     OptionConfiguration                           : 14
     PermissionScheme                              : 1
     PluginVersion                                 : 113
     PortalPage                                    : 1
     PortletConfiguration                          : 5
     Priority                                      : 5
     Project                                       : 1
     ProjectRole                                   : 3
     ProjectRoleActor                              : 6
     RememberMeToken                               : 3
     Resolution                                    : 5
     SchemePermissions                             : 37
     SequenceValueItem                             : 60
     ServiceConfig                                 : 7
     SharePermissions                              : 1
     Status                                        : 5
     UpgradeVersionHistory                         : 1
     User                                          : 1
     UserAttribute                                 : 11
     UserHistoryItem                               : 74
     Workflow                                      : 2
     WorkflowScheme                                : 1
     WorkflowSchemeEntity                          : 2
 -->
</entity-engine-xml>
_______________________________________________________________
Thank You!
Magnus
Look at the "issue type screen schemes". That tells your project which "screen scheme" to use for an issue (e.g. Bug = screen scheme A, Feature = screen scheme B, and so-on)
A screen scheme then tells Jira what screen to use for the three main operations. So you can say Create = Screen 1, Edit = Screen 2 and View = Screen 3
I did go in to screen schemes and found:
| MyScreenScheme | 
I then clicked on the 'My First Issue Type Screen Scheme' and got this:
| Default Used for all unmapped issue types. | MyScreenScheme | |
|  MyFirstIssueType | MyScreenScheme | 
Clicking on the 'MyScreenScheme' I got this:
<th width="20%">Issue Operation</th><th width="65%">Screen</th><th width="15%">Operations</th>| Default Used for all unmapped operations. | MyFirstScreen | |
| Create Issue | MyFirstScreen | |
| Edit Issue | MyFirstScreen | |
| View Issue | MyFirstScreen | 
BUT, when I click Create new [Myissuetype] I still get the custom screen for create bug.
But when I actually create the issue is says that it is of correct type, se below:
 MyFirstIssueType
 MyFirstIssueType
What am I missing?
Cheers,
Magnus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you're missing a second screen scheme from that - you need one for bug and one for myissuetype.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, if that's what your "issue type screen scheme" says, but you haven't posted that (I've not got time to try to read your xml)
Could you have a read through https://confluence.atlassian.com/display/JIRA/Associating+Screen+and+Issue+Operation+Mappings+with+an+Issue+Type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shouldn't bug be "taken care of" by the default screen scheme? MyScreenScheme is for my issuetype.
Could you maybe import my xml and see in your Jira? I would really appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
 
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.