Announcement Banner
General information
Available since v. 1.31.*
Available ONLY for Jira Administrators
Get actual announcement banner
Method type -Â GET
URL: {JIRA_URL}/rest/extender/1.0/announcementBanner/get
Response format -Â JSON
Example
{
"visibility": "private",
"body": "<div>This is example banner</div>"
}
Â
Set announcement banner
Method type -Â POST
URL: {JIRA_URL}/rest/extender/1.0/announcementBanner/set
Request format -Â JSON
Response format -Â JSON
Example request:
{
"visibility": "public",
"body": "<div>This is example banner</div>"
}
body - required - banner text
visibility - optional -  (public or private, default value - public)
public - show to anyone
private - show to logged in users only