We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.

    • Not defined

      AT:

      • The available filters datastructure is adjusted to contain an "allowCustomValues" boolean field for variables. The new filter datastructure should look like this:
      [{
        "type": "variable"
        "data": {
          {
            "name" : "variable_Name",
            "type" : "string", // or boolean, date, long, short, integer, double
            "data" : {
              {
                "operator" : "in",
                "values" : [ "String 1", "String 2" ],
                "allowCustomValues": true
              }
            }
          }
        }
      }, ...]
      

      ATs:

      • Existing variable available filters are migrated to set the new field value to false
      • String and numerical variable available filters must have their custom property set when creating/updating dashboard
      • Update API docs

        This is the controller panel for Smart Panels app

            Loading...

              • Not defined

                AT:

                • The available filters datastructure is adjusted to contain an "allowCustomValues" boolean field for variables. The new filter datastructure should look like this:
                [{
                  "type": "variable"
                  "data": {
                    {
                      "name" : "variable_Name",
                      "type" : "string", // or boolean, date, long, short, integer, double
                      "data" : {
                        {
                          "operator" : "in",
                          "values" : [ "String 1", "String 2" ],
                          "allowCustomValues": true
                        }
                      }
                    }
                  }
                }, ...]
                

                ATs:

                • Existing variable available filters are migrated to set the new field value to false
                • String and numerical variable available filters must have their custom property set when creating/updating dashboard
                • Update API docs

                  This is the controller panel for Smart Panels app

                        Unassigned Unassigned
                        sebastian.stamm Sebastian Stamm
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        1 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              Unassigned Unassigned
                              sebastian.stamm Sebastian Stamm
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              1 Start watching this issue

                                Created:
                                Updated:
                                Resolved: