Atlassian Jira Software Property Mappings

The following properties have a default mapping between Jira and Silk Central:
  • User stories that are in Jira's Backlog are reflected in Silk Central by having the Sprint property value set to Backlog. This enables you to easily search for them by creating a filter.
  • The default Priority values of Jira's user stories are mapped to Silk Central's Priority property. If you are not using Jira's default Priority values, you can customize this mapping.

Viewing Jira Backlog Stories in Silk Central

  1. In the menu, click Requirements > Details View.
  2. Create a new filter with the following criteria:
    • Selection Criteria: External Custom Attributes
    • Property: Sprint
    • Value: Backlog
  3. Click Apply to apply the filter immediately or Save and apply to save the filter for future reuse.

Mapping Jira Priority values to Silk Central's Priority

The default Priority values of Jira's user stories are mapped to Silk Central's Priority property as follows:
  • Blocker=SC_Priority_Critical
  • Critical=SC_Priority_High
  • Major=SC_Priority_Medium
  • Minor=SC_Priority_Low
  • Trivial=SC_Priority_Low
If you are not using Jira's default Priority values, or if you want to customize the mapping, your Silk Central administrator should customize the settings as follows:
  1. Stop the application server.
  2. Open the file propertyMappings.properties with a text editor. This file is located in the Jira plugin-file JIRAAgile.zip on the application server in the plugins folder.
  3. Search for SC_Priority=Priority, beneath which you can customize the mapping of Jira's Priority values to Silk Central's Priority.
    Note: Silk Central Priority values require the prefix SC_Priority_.
  4. Save and close the file
  5. Re-start the application server.