Exercise 8.5 - Creating SysML-JIRA Mappings.

Objectives

The new learning objective of this exercise is to create new SysML_JIRA mappings for Model Transform connections.

Caution

Your JIRA repository may not be identical to ours, so the specific sequence of instructions in this tutorial may not apply to your work. We recommend that the student view the videos 1.6, 1.7, and 1.8 in the Introduction Section of the Syndeia training materials before attempting this exercise. These videos provide important background on creating custom mappings. These hands-on tutorials omit much of the logic behind the actions in the interest of clarity and brevity.

If you are new to this process and you have not been provided with a Syndeia mappings file and corresponding SysML profile by your organization specifically for your repositories, we recommend starting with Tutorial Exercise 8.6, "Adding SysML-JIRA Artifact Types", before returning to this exercise. This will create a set of artifact types specific to your JIRA repository, which can be used instead of those supplied with these exercises.
Any Syndeia user can use or view the mapping specifications, but Syndeia requires a special license in addition to the regular Syndeia license in order to create, modify or delete mapping information. It is good practice to confine this duty to a very limited number of experienced users or system administrators, who will provide mappings for the general users. Some mappings require a special SysML stereotype to correctly transform attributes to or from a SysML element, so each mappings file should be paired with a SysML profile that holds the required stereotypes, as we have done in the following section.

Preparation

This exercise assumes the student has

  • IBM Rational Rhapsody 8.2 installed correctly on his or her machine with a valid license for use, and

  • Syndeia 3.3 installed as a plugin for Rhapsody with a valid license for use

  • Syndeia JIRA interface, correctly installed with a valid license for user.

We will use the provided Rhapsody project Syndeia_JIRA_Mapping_Tutorial.rpy (Get it here - ). The user can use any JIRA repository they have available with the ability to create and edit issues within a JIRA project. It is generally advisable to carry out these exercises in a non-production repository, a "sandbox", set up for training and practice purposes
We will use the Rhapsody project Syndeia_Jama_Mapping_Tutorial.rpy provided with the tutorials for this exercise, which loads the profile Syndeia_Mappings_Tutorial_Profile.sbs. We also use the syndeia34TutorialRhp.mappings file provided, which has been installed in the .syndeia folder and renamed as syndeia.mappings.

Exercise

  1. Open the SysML project Syndeia_JIRA_Mapping_Tutorial.rpy (Get it here - ), bright-click the JIRA package, and launch the Syndeia dashboard. Select a Syndeia Cloud project if necessary.

  2. Go to the Mappings tab. The first task will be to create a new mapping using existing artifacts.

    1. Right-click SysML-JIRA under Mapping Groups in the left column and select Add Mapping. Initially, the window should appear similar to Figure 1.

      Figure 1 Syndeia dashboard, Mappings tab, Adding Mapping to SysML-JIRA Mapping Group

       

       

    2. Modify the Mapping

      1. Change Name to Activity – New Feature (no attributes)

      2. Change Description to SysML Activity - JIRA New Feature with no attributes

      3. Change Source Artifact Type to Activity, using pull-down menu

      4. Change Target Artifact Type to New Feature, using pull-down menu

      5. Set Structure Level to CHILDREN_RECURSIVE, using pull-down menu

      6. Set Include Attributes to Exclude Attributes, using pull-down menu

      7. Click Save Mapping at bottom of right side (scroll down if necessary).

      8. The window should look similar to Figure 2.

        Figure 2 Syndeia dashboard, Mappings tab, Adding Mapping to SysML-JIRA Mapping Group, part 2

         

         

  3. Use the new Mapping you just created

    1. Go to the Connection Manager tab. Open a JIRA repository in the right column.

    2. Drag the Feature E activity in the SysML model into a JIRA project

    3. A small pull-down menu will appear on the Syndeia dashboard, as Figure 3, showing the possible mappings available for an activity dragged into JIRA.

    4. Select Activity – New Feature (no attributes) and click OK.

    5. Expand the Syndeia Demo Box Project and Reported by me folder. Check that a new JIRA issue of type New Feature has been created with default attribute values assigned by JIRA.



  4. The second task is to create another new mapping, this one with attributes shared between the SysML and JIRA elements. We will use the Clone Mapping command rather Add Mapping. Clone Mapping saves time when not all features of the new mapping need to be modified.

    1. Right-click Activity – New Feature under Mapping Groups/SysML - JIRA in the left column and select Clone Mapping

    2. Initially, the window should appear similar to Figure 5.

       

    3. Modify the Mapping

      1. Change Name to Activity – New Feature (Attributes)

      2. Change Description to SysML Activity - JIRA New Feature with attributes

      3. Keep Source Artifact Type as Activity and Target Artifact Type as New Feature

      4. Set Structure Level to NO_CHILDREN, using pull-down menu

      5. Set Include Attributes to Include Attributes, using pull-down menu

      6. Click the + sign box under the Stereotypes table.

      7. A Select stereotype window will open. The window should look similar to Figure 6 (review Video 1.8 on SysML Stereotypes, if needed).



      8. Select JIRA_Artifact. This choice will appear in the Select stereotype box on the right.

      9. Click Retrieve Available Attribute Definitions below the Attribute Definition Mappings table

      10. Click the + box below the Attribute Definition Mappings box.

      11. In the new row, select Priority (Priority) on the right (Target) side of the table, using the pull-down menu

      12. In te new row, select priority (priority) on the left (Source) side of the table, using the pull-down menu

      13. Repeat steps xi through xiii for Summary. The final table should look like Figure 7.



      14. Click Save Mapping at bottom of right side (scroll down if necessary).

  5. Use the cloned Mapping you just created

    1. Go to the Connection Manager tab. Open the JIRA repository you used above in the right column.

    2. Drag the Feature E JIRA issue created earlier from the JIRA column into an empty SysML package, e.g. J3.

    3. A small pull-down menu will appear on the Syndeia dashboard, as in Figure 8, showing the possible mappings available for an activity dragged into JIRA.

    4. Select Activity – New Feature (attributes) and click OK.



  6. A new activity (named Feature E) should appear under J3 on the SysML side. It will have the <<JIRA_Artifact>> stereotype in addition to Activity and all the tag values associated with that stereotype. However, only the two JIRA attributes mapped in the Activity – New Feature (attributes) mapping (i.e. priority, summary) have been populated in the SysML element from the JIRA issue (see Figure 9).


    Note that SysML activities do not normally have any place to receive the JIRA attributes. Because the <<JIRA_Artifact>> stereotype was chosen in the new mapping definition, the new activity was created with that additional stereotype and tag values ready to receive the desired JIRA attributes.

  7. Change priority from Major to Minor in the JIRA issue created from Feature E (named SDB-1992 in our example) through the JIRA web interface

    1. Find the connection between the JIRA Issue and the new SysML activity (J3::Feature E) in the Connection Search table.

    2. Right-click the connection and select Compare Source and Target.

    3. The Comparison Result tab should appear similar to Figure 10.



    4. On the top row of the Comparison Results, select Sync Target -> Source to update the priority tag value on the SysML block to Minor.

    5. Repeat the comparison and see that all differences have been resolved by updating the SysML model from JIRA.