I have a number of team-managed Work Management projects that I would like to make private via API (rather than manually modifying each via the web interface.)
The relevant project properties retrieved from the "Get project" endpoint are:
"projectTypeKey": "business",
"simplified": true,
"style": "next-gen",
"isPrivate": true
The "Update project" endpoint does not seem to allow me to set "isPrivate: false", which would do what I'm after.
Is there another way to bulk-modify such projects?
Thanks!
Is there another way to bulk-modify such projects?
Nope.
If you Google 'jira rest api make team project private' the very first result returned is this thread, in this forum, where that frequently asked question has been most recently answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.