This topic was automatically generated from Slack. You can find the original thread here.
Hello ,
I have query related to Jira Actions.
I was testing the Jira Actions on this demo app (https://pipedream-connect-demo.vercel.app/)
For jira action (jira-create-issue), configured props are:
"app": {
"authProvisionId": "apn_jEh1XZJ"
}
For jira action (jira-get-issue), configured props are:
"jira": {
"authProvisionId": "apn_jEh1XZJ"
}
Why there is difference in configured props object key (app/jira)?