Hi Ian,
thanks for investigating further! I’d like to touch on two things, one more related to experiments/DCP & one more related to the actual change (I’ll cross post that in the RFC once live).
Experiments for DCP
That does not seem right to me, I’m afraid. I’d say it’s rather the opposite, since this allowed us to raise this change with you, which would’ve flown under the radar otherwise, and in case of a broader rollout decision on your side, would’ve caught us by surprise. I’d strongly advocate for keeping experiments running for DCP instances, and would even go so far as to say, enroll them in all the experiments - that’s what they are meant for imho. I’d only appreciate some kind of information about running experiments or if there is any way to figure out if a change is a permanent one or only an experiment, so we know if we need to adjust our documentation for example… I understand there might be no interest in having a way to see running experiments & EAPs for an instance, though I feel like that would add a lot of value.
The UI change itself
I understand you are looking to declutter this area and I guess that is fine (though I would’ve hoped for more customization options for users - e.g. pinning of buttons, so users can decide about their preferred “one-click” actions). What I would hope to get fixed though is the naming of the buttons, since that seems to change and would potentially confuse users. Our issueContent module looks like this:
"jiraIssueContents": [{
"key": "teams-conversation-content",
"name": {
"value": "Microsoft Teams",
"i18n": "teams.issueContentTeamsQuickButton"
},
"tooltip": {
"value": "Start conversation",
"i18n": "teams.startConversation"
}
}]
The current behavior is, that the “name” attribute controls the label on the issue content area itself:

The “tooltip” attribute (though the naming is dumb), controls the “action” button above:

However, in the new UI (with the “Apps” dropdown), the buttons in the dropdown used the “name” attribute instead of the tooltip attribute. That would be our biggest ask, to restore the naming to be correct to not confuse existing users if they are looking for “Start conversation”.

Thanks
Tobias