Hi,
We are building a new Atlassian Connect app on Bitbucket. The lifecycle object we receive on install/uninstall event contains fields that are bit ambiguous in meaning. We were trying to find documentation but cannot find any.
The object looks like
```
{
"key": "",
"publicKey": "",
"clientKey": "",
"baseUrl": "https://bitbucket.org",
"productType": "bitbucket",
"eventType": "installed",
"sharedSecret": "",
"actor":
{
},
"baseApiUrl": "https://api.bitbucket.org",
"principal":
{
},
"user":
{
}
}
In particular, what is the difference between the principle and the user field? And is the actor field no longer present? I had the actor field in Aug, but now, it is missing from the request.
Sincerely
FD
Hey @FD and welcome to the Community!
Since this is more of an app development question, as you are building an Atlassian Connect application, I would suggest reaching out to our community dedicated to developers:
as they will have more expertise on this topic to assist you further with your question.
Thank you, @FD !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.