Project ID/Key (context parameters) defined in atlassian-connect JSON missing with new ADG

Hi,
Project ID/Key defined in atlassian-connect JSON sent as null with new ADG. Anyone facing the same issue ? Due to this, I am having issues with the Navigation. Any help would be appreciated.

I think you are referring to context parameters for your request. Can you provide an example snippet from your Connect descriptor?

{
        "location": "demo-transitions-all",
        "name": {
          "value": "Demo"
        },
        "key": "Demo-Execute",
        "url":"/demo/create?projectId={project.id}&issueId={issue.id}",
        "target": {
          "type": "dialog",
          "options": {
            "height": "400px",
            "width": "620px",
            "chrome": "false"
          }
        }
      }

Above is one example

"ProjectTabPanels":[
      {
        "url": "/demo/info?projectId={project.id}",
        "weight": 30,
        "key": "info-tab",
        "name": {
          "value": "Info Summary"
        },
        "conditions": [{
          "condition": "user_is_logged_in",
          "invert": false
        },
          {
            "condition": "feature_flag",
            "params": {
              "featureKey": "com.atlassian.jira.projects.ProjectCentricNavigation.Disabled"
            },
            "invert": false
          }]
      }
1 Like

@ibuchanan: Do you have any update on this ?

@ibuchanan - Hi. This is currently a blocker for us. Can you let me know if this is being investigated or a place where i can file defect ? Would appreciate some guidance.