Uploaded image for project: 'SR for Jira - Development'
  1. SR for Jira - Development
  2. SRJIRA-689

the Cascading select list first value equal to example wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • Minor
    • Resolution: Fixed
    • 4.1.3.7
    • 5.3.0
    • None
    • JIRA 6.3.15

    • 0

    Description

      Hello Jamie

      The Simple Scripted condition has a set of expandable examples. The example for "Cascading select list first value equal to" gives

      cfValues['My Cascading Select']?.get(null) == 'Some Value'
      

      but it does not work since it has to be like

      cfValues['My Cascading Select']?.get(null).value == 'Some Value'
      

      because it contains LazyLoadedOption

      Cheers,
      Oles

      Attachments

        Activity

          People

            jechlin Jamie Echlin
            Oleksii Oleksii Gnatkevych
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: