General information

Available since v. 1.31.*

note

Available ONLY for Jira Administrators

Available ONLY for Jira Administrators


Get actual announcement banner

Method type - 

URL: {JIRA_URL}/rest/extender/1.0/announcementBanner/get

Response format - 

Example

{
    "visibility": "private",
    "body": "<div>This is example banner</div>"
}


Set announcement banner

Method type - 

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>"
}