Versions Compared

Key

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

Objectives

...

  1. Go to Settings > Issues

  2. Select Issue Types from the left side menu

  3. Click on Add issue type button on the top left right corner

    Image RemovedImage Added

  4. Fill in the info

    1. Name: Lookup Mapping

    2. Description: Stores the mapping which is used for the Lookup

  5. Click on the Add button

...

2. Create a new project using a template

We use the Task Tracking as a template and modify the schemes to speed tup the process

  1. Select Settings > Projects

  2. Click on Create project

  3. Select Work Management from the left menu and then Task Tracking

  4. Click on the Use template button

  5. Fill in the details for the mapping project

    1. Name: Application Mapping

    2. Project type: Company-managed

    3. Key: APPMAPPING

  6. Click on the Create project button

...

  1. Click on the Project settings on the left sidebar of the newly created project

  2. Select Issue types from the left sidebar

  3. Click on the Actions dropdown menu and select Edit issue types

  4. Rename the Scheme Name to APPMAPPING: Lookup Mapping Issue Type Scheme

  5. Remove the Task and Subtask issue types and add in the Lookup Mapping issue type by dragging the issue types across the 2 columns

  6. Change the Default Issue Type toLookup Mapping

    Image RemovedImage Added

  7. Click on the Save button at the bottom to save the change

...

  1. Go back to the Application Mapping project from the Projects menu

  2. Click on the Project settings on the left sidebar

  3. Select the Issue types from the left sidebar

  4. Click on the Screen scheme on the rightmost column (e.g. APPMAPPING: Task Management Screen Scheme)

    Image RemovedImage Added
  5. It will display the screens associated with various issue operations

  6. For simplicity, we will use 1 screen for all operations. So you can click the Delete link for the APPMAPPING: Task Management Create Issue Screen. If you want to hide certain fields in the Create issue screen, you can retain this and configure the fields.

  7. Click on APPMAPPING: Task Management Edit/View Issue Screen to configure the fields to display in that screen

  8. Update the fields to include those fields used for the lookup and remove those unwanted fields

...

  1. Go to Project Settings > People

  2. Click on Add people button on the top right

  3. Add jira-software-users to the Users role and click on the Add button

...

  1. Click on the Create button at the top menu bar

    Image RemovedImage Added

  2. Fill in the fields as per the table above

  3. Click on the Create button to save

  4. Repeat until all the rows of the table above are populated

...

  1. Click in the search bar at the top menu bar

  2. Select Advanced issue search

  3. Enter the JQL below and click on the Search button to find all issues in the APPMAPPING project

    Code Block
    project = APPMAPPING
  4. Click on the Save as link to save this search as a filter

  5. Enter APPMAPPING - All issues as the Filter Name and click on the Submit button

  6. Click on the Details link to update the permissions to grant all project users access

  7. Click on Edit permissions

  8. Add all roles for Application Mapping project to have view access

  9. Click on Save button

  10. Click on Columns and select Filter tab in the popup

  11. Configure the fields to be displayed in the filter to something like this

  12. Once it is done, you can copy the URL of the page
    (e.g. https://<yoursite>.atlassian.net/issues/?filter=<some numbers>

  13. Go back to the Application Mapping project from the Projects menu

  14. Select Add shortcut from the left sidebar

  15. Fill in the details and click on the Add button

    1. Web address: Paste the URL from step 12

    2. Name: Mapping Table

  16. Now all the project users can click on the Mapping Table link on the left sidebar to access the tabular view

...