Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-22527

It's required to create any variable before branch to access a variable created inside branch after the branch execution ended

    XMLWordPrintable

Details

    Description

      Issue Summary

      Any variable outside branch (before) is required to access the value of any variable created inside a branch after the branch execution ended.

      Steps to Reproduce

      1. Create a variable inside the branch
      2. Access the value outside the branch. It's only accessible if any other variable was created before the branch even if it's not used.

      Expected Results

      Either no variable should be required before the branch, or it should be the same variable that requires to be created before the branch (global context)

      Actual Results

      If no variable is created before the branch then the variables created inside the branch context cannot be used outside the branch.

      Workaround

      create any variable before the branch

      Attachments

        Activity

          People

            Unassigned Unassigned
            4bd2fd3801db Jorge H
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: