You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Dear Community,
We are using confluence Server (onPremise) as wiki software and now trying to rollout the confluence server app to the company owned iphones, manged in MobileIron MDM (onPremise).
So provide some more usability to our customers, we are trying to use an managed app config to push the wiki url directly in the app.
Unfortunatelly, it doesn't seem to be working right now.
Can somebody please provide an .plist-Config template?
I tried around with
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict><key>title</key><string>My Confluence Site</string><key>baseURL</key><string>https://conf.example.com</string></dict></plist>
And (according to this)
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTF PLISR 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>mdm</key>
<string>[ { "title" : "My Confluence Site", "baseURL": "https://wiki.example.com" } ]</string>
</dict>
</plist>
Sadly, without any success
Thanks
For most people, you'll need to explain what the plist is. I have a feeling you might be better off asking this on a site that's about deploying things this way, rather than an Atlassian forum.
Hi Nic,
Thanks for the answer.
According this Documentation article it should be possible to use confluence server app with managed app config.
According to our MDM Documentation, managed app configs can only be uploaded in .plist format, so i'm trying to figure out, how to convert the .json syntax from the article to the .plist syntax.
Unfortunatelly, without any success.
This is clearly no issue of the app or config deployment rather than the app-config communication.
Therefore i'm hoping somebody figured out how to to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Makes sense, it is worth asking in case some of us have done this sort of thing for an Atlassian system.
I'd guess by the lack of response that not many have enough experience that might be of help to you. I do hope you've asked in places that might be a bit more familiar with creating plists. It may be they can give you some generic stuff where we can be a bit more helpful in converting specific bits of it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got this to work using the following:
<dict>
<key>sites</key>
<string>[{ "title": "My Jira Site", "baseURL": "https://jira.example.com"}]</string>
</dict>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.