Display Condition "hasServiceDeskAccess" not working

Hello there,

I am trying to use Display Conditions to display an Issue Action module only if the user is in a Service Management project and also has Service Management product access. For this, I used the following display conditions: “projectType” and “hasServiceDeskAccess”. It seems that “hasServiceDeskAccess” does not work. Below, you can see my entry in manifest.yml. Am i missing some configuration?

    jira:issueAction:
        - key: example_key
          function: example_function
          title: example
          displayConditions:
              projectType: 'service_desk'
              and:
                  hasServiceDeskAccess: true

Thanks in advance,
regards
Adrian

1 Like

Thanks for raising this, @AdrianSomesan.

I was able to replicate this issue and have coordinated with the relevant team regarding this. I have raised this public-facing bug on your behalf for everyone to track its progress.

Cheers,
Ian

2 Likes