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