{"openapi":"3.1.0","info":{"title":"Bitbucket API","version":"1.0.0","description":"Read Bitbucket Cloud in real time — no token, no OAuth. Look up any public repository by \"workspace/slug\" for its full detail (description, language, size, fork policy, mainbranch, timestamps) and pull its commits, branches, tags, pull requests, watchers, forks and file tree (browse any directory at any branch/tag/commit). Inspect any workspace profile and list its public repositories. Pass repo as \"workspace/slug\" (or a bitbucket.org URL). Every call is live (no cache) and returns the upstream Bitbucket 2.0 shape, paginated with page + pagelen (max 100). 11 endpoints. Calls are routed through a rotating residential proxy so per-IP rate limits never bite. The sibling of our GitHub and GitLab APIs — built for dev dashboards, OSS analytics and repo monitoring across the Atlassian ecosystem. No upstream token, no cache.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/bitbucket-api","description":"oanor gateway"}],"tags":[{"name":"Repository"},{"name":"Workspace"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/repo":{"get":{"operationId":"get_v1_repo","tags":["Repository"],"summary":"Repository detail","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"scm":"git","name":"Atlassian Event","size":2849158,"slug":"atlassian-event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-event.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-event.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SJP","name":"DC Core Backend Platform","type":"project","uuid":"{0605ba8e-4c35-4281-b4a5-bdd55eccad34}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SJP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP/avatar/32?ts=1732875978"}}},"has_wiki":false,"language":"","full_name":"atlassian/atlassian-event","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2011-10-13T23:35:11.622182+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T03:32:37.130356+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},"meta":{"timestamp":"2026-06-02T16:52:10.620Z","request_id":"011efd19-8c5f-4988-88a9-b212a92ff0c7"},"status":"ok","message":"Repository detail","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/branches":{"get":{"operationId":"get_v1_repo_branches","tags":["Repository"],"summary":"Branches","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"next":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches?pagelen=30&page=2","page":1,"size":49,"values":[{"name":"3.1.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/3.1.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/3.1.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/3.1.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=3.1.x&t=1"}},"target":{"date":"2024-10-08T09:47:34+00:00","hash":"8a22ad22211b98ff76223ca298c642230468cbd3","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8a22ad22211b98ff76223ca298c642230468cbd3"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8a22ad22211b98ff76223ca298c642230468cbd3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8a22ad22211b98ff76223ca298c642230468cbd3"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/8a22ad22211b98ff76223ca298c642230468cbd3"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8a22ad22211b98ff76223ca298c642230468cbd3/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8a22ad22211b98ff76223ca298c642230468cbd3/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8a22ad22211b98ff76223ca298c642230468cbd3/statuses"}},"author":{"raw":"codeformatter <>","type":"author"},"message":"Update .editorconfig file\n","parents":[{"hash":"b686609c96b864613c39d3fbda89bdd913347c12","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b686609c96b864613c39d3fbda89bdd913347c12"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b686609c96b864613c39d3fbda89bdd913347c12"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"4.0.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/4.0.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/4.0.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/4.0.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=4.0.x&t=1"}},"target":{"date":"2023-05-19T08:23:38+00:00","hash":"658564847e62da2c0528fb3b9edf671dfd64e67a","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/658564847e62da2c0528fb3b9edf671dfd64e67a"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/658564847e62da2c0528fb3b9edf671dfd64e67a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62da2c0528fb3b9edf671dfd64e67a"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62da2c0528fb3b9edf671dfd64e67a/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62da2c0528fb3b9edf671dfd64e67a/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62da2c0528fb3b9edf671dfd64e67a/statuses"}},"author":{"raw":"psre-renovate-bot@atlassian.com <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"Merged in renovate/4.0.x-patch-patches (pull request #178)\n\nUpdate patches to v6.0.30 (4.0.x) (patch)\n\nApproved-by: Debasis Behera\nApproved-by: Sangeetha Shanmuga Sundaram","parents":[{"hash":"a19462391c1123a8c220500eb10159062e5f1482","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a19462391c1123a8c220500eb10159062e5f1482"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a19462391c1123a8c220500eb10159062e5f1482"}}},{"hash":"7cd3df2bd1f09c2e736b46d16fb85ababef833db","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/7cd3df2bd1f09c2e736b46d16fb85ababef833db"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7cd3df2bd1f09c2e736b46d16fb85ababef833db"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"4.1.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/4.1.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/4.1.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/4.1.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=4.1.x&t=1"}},"target":{"date":"2024-10-08T09:49:18+00:00","hash":"297606d1188a7310a96cbc4dbd2fb5e57589a4f0","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a7310a96cbc4dbd2fb5e57589a4f0/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a7310a96cbc4dbd2fb5e57589a4f0/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a7310a96cbc4dbd2fb5e57589a4f0/statuses"}},"author":{"raw":"codeformatter <>","type":"author"},"message":"Update .editorconfig file\n","parents":[{"hash":"cf4bedc1728068ae88c591e4714979b1b75e3093","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cf4bedc1728068ae88c591e4714979b1b75e3093"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cf4bedc1728068ae88c591e4714979b1b75e3093"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"5.0.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/5.0.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/5.0.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/5.0.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=5.0.x&t=1"}},"target":{"date":"2024-10-08T09:49:43+00:00","hash":"cab709e57bcb6804989d81e91cf1b7b0956ef993","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/cab709e57bcb6804989d81e91cf1b7b0956ef993"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cab709e57bcb6804989d81e91cf1b7b0956ef993"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb6804989d81e91cf1b7b0956ef993"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/cab709e57bcb6804989d81e91cf1b7b0956ef993"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb6804989d81e91cf1b7b0956ef993/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb6804989d81e91cf1b7b0956ef993/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb6804989d81e91cf1b7b0956ef993/statuses"}},"author":{"raw":"codeformatter <>","type":"author"},"message":"Update .editorconfig file\n","parents":[{"hash":"c6bd21551423ecceeb01c0d8d5240eb4b85df328","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c6bd21551423ecceeb01c0d8d5240eb4b85df328"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c6bd21551423ecceeb01c0d8d5240eb4b85df328"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"5.1.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/5.1.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/5.1.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/5.1.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=5.1.x&t=1"}},"target":{"date":"2024-10-08T09:49:51+00:00","hash":"ecdc2efc4f276aef58d3726861240b83b2087524","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ecdc2efc4f276aef58d3726861240b83b2087524"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ecdc2efc4f276aef58d3726861240b83b2087524"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f276aef58d3726861240b83b2087524"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ecdc2efc4f276aef58d3726861240b83b2087524"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f276aef58d3726861240b83b2087524/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f276aef58d3726861240b83b2087524/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f276aef58d3726861240b83b2087524/statuses"}},"author":{"raw":"codeformatter <>","type":"author"},"message":"Update .editorconfig file\n","parents":[{"hash":"fb4b55e25bf007baa771d30cc1df3d5cf6777c3f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/fb4b55e25bf007baa771d30cc1df3d5cf6777c3f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fb4b55e25bf007baa771d30cc1df3d5cf6777c3f"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"6.0.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/6.0.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/6.0.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/6.0.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=6.0.x&t=1"}},"target":{"date":"2025-10-14T15:20:11+00:00","hash":"4da427756fcf1b404ff1f9f608fa29901ce449de","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4da427756fcf1b404ff1f9f608fa29901ce449de"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4da427756fcf1b404ff1f9f608fa29901ce449de"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/statuses"}},"author":{"raw":"Łukasz Jarząbek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"Merged in issue/6.0.x/DCPL-3072-remove-files-add-readme (pull request #235)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","parents":[{"hash":"d0200eec23765cd04aac89505ddac6610a35642d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d0200eec23765cd04aac89505ddac6610a35642d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d"}}},{"hash":"fcd1efd11dd2d421a73db2a7b28191f92f8e368c","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"DCNG-301-replace-Guava-cache-with-concurrent-map","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/DCNG-301-replace-Guava-cache-with-concurrent-map"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/DCNG-301-replace-Guava-cache-with-concurrent-map"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/DCNG-301-replace-Guava-cache-with-concurrent-map"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=DCNG-301-replace-Guava-cache-with-concurrent-map&t=1"}},"target":{"date":"2019-11-22T23:19:02+00:00","hash":"10e2efc05dbdd1724b595af44bb222e8ae043821","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/10e2efc05dbdd1724b595af44bb222e8ae043821"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/10e2efc05dbdd1724b595af44bb222e8ae043821"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/10e2efc05dbdd1724b595af44bb222e8ae043821"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/10e2efc05dbdd1724b595af44bb222e8ae043821"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/10e2efc05dbdd1724b595af44bb222e8ae043821/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/10e2efc05dbdd1724b595af44bb222e8ae043821/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/10e2efc05dbdd1724b595af44bb222e8ae043821/statuses"}},"author":{"raw":"Przemek Bruski <pbruski@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c2d52913-6b7e-43ca-ab34-447c2214a4ab}","links":{"html":{"href":"https://bitbucket.org/%7Bc2d52913-6b7e-43ca-ab34-447c2214a4ab%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc2d52913-6b7e-43ca-ab34-447c2214a4ab%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/PB-0.png"}},"nickname":"Przemek Bruski","account_id":"557057:15208c6f-6717-4a1c-a6db-5a137fb47b4d","display_name":"Przemek Bruski"}},"message":"DCNG-301 added deprecation notice\n","parents":[{"hash":"f3e387efb0626765d5a85ade94dce16281adb82b","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f3e387efb0626765d5a85ade94dce16281adb82b"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f3e387efb0626765d5a85ade94dce16281adb82b"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"JDEV-30546-mixin-events-poc","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/JDEV-30546-mixin-events-poc"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/JDEV-30546-mixin-events-poc"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/JDEV-30546-mixin-events-poc"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=JDEV-30546-mixin-events-poc&t=1"}},"target":{"date":"2014-09-26T00:45:07+00:00","hash":"549bfde67ecc8016100d09d80b91ae2d86d3d6c4","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/549bfde67ecc8016100d09d80b91ae2d86d3d6c4"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/549bfde67ecc8016100d09d80b91ae2d86d3d6c4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/549bfde67ecc8016100d09d80b91ae2d86d3d6c4"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/549bfde67ecc8016100d09d80b91ae2d86d3d6c4"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/549bfde67ecc8016100d09d80b91ae2d86d3d6c4/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/549bfde67ecc8016100d09d80b91ae2d86d3d6c4/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/549bfde67ecc8016100d09d80b91ae2d86d3d6c4/statuses"}},"author":{"raw":"Norman Atashbar <natashbar@atlassian.com>","type":"author","user":{"type":"user","uuid":"{fc2c76dd-699f-4bf6-8a05-87e8f04a2a17}","links":{"html":{"href":"https://bitbucket.org/%7Bfc2c76dd-699f-4bf6-8a05-87e8f04a2a17%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bfc2c76dd-699f-4bf6-8a05-87e8f04a2a17%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557057:5f458881-a199-428b-b2ae-7dab14f5b0b3/ad4395a8-cb3b-4983-9798-24ec1321d78c/128"}},"nickname":"Norman Atashbar","account_id":"557057:5f458881-a199-428b-b2ae-7dab14f5b0b3","display_name":"Norman Atashbar"}},"message":"Minor refactoring\n","parents":[{"hash":"00cd56641537affba4cf474902fc71725a940df9","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/00cd56641537affba4cf474902fc71725a940df9"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/00cd56641537affba4cf474902fc71725a940df9"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-1.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-1.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-1.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-1.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-1.x&t=1"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2dfa5d10762d07f8ebb1035d3ba9aa77db2be7aa/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-2.0.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-2.0.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-2.0.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-2.0.x&t=1"}},"target":{"date":"2018-09-07T15:05:14+00:00","hash":"b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b53a4a1f6372a95c4ec6ee4ce7669f2fcc389cc2/statuses"}},"author":{"raw":"Nikolay Loboda <nloboda@atlassian.com>","type":"author","user":{"type":"user","uuid":"{53e44bb3-4422-4ec8-9368-d219f07bc993}","links":{"html":{"href":"https://bitbucket.org/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/NL-3.png"}},"nickname":"Nikolay Loboda","account_id":"5b1a3f2eba20a25bfcad10ef","display_name":"Nikolay Loboda"}},"message":"Merged in issue-2.0/BSP-170-add-mvnvm.properties-to-atlassian-event-2.0.x (pull request #35)\n\nBSP-170: add mvnvm.properties file\n\nApproved-by: Przemyslaw Bruski <pbruski@atlassian.com>\n","parents":[{"hash":"d7d8ee0b9d9bd86a5c433b6a60624c85cdcbe8d8","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d7d8ee0b9d9bd86a5c433b6a60624c85cdcbe8d8"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d7d8ee0b9d9bd86a5c433b6a60624c85cdcbe8d8"}}},{"hash":"bd4ef22a11c3ecf772bbe591c45cc7fbd3c814ee","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bd4ef22a11c3ecf772bbe591c45cc7fbd3c814ee"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bd4ef22a11c3ecf772bbe591c45cc7fbd3c814ee"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-2.1.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-2.1.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-2.1.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.1.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-2.1.x&t=1"}},"target":{"date":"2018-09-07T15:05:07+00:00","hash":"f236b1e19958ca47f0e26f4f5f5e16720bc13cb5","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f236b1e19958ca47f0e26f4f5f5e16720bc13cb5/statuses"}},"author":{"raw":"Nikolay Loboda <nloboda@atlassian.com>","type":"author","user":{"type":"user","uuid":"{53e44bb3-4422-4ec8-9368-d219f07bc993}","links":{"html":{"href":"https://bitbucket.org/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/NL-3.png"}},"nickname":"Nikolay Loboda","account_id":"5b1a3f2eba20a25bfcad10ef","display_name":"Nikolay Loboda"}},"message":"Merged in issue-2.1/BSP-170-add-mvnvm.properties-to-atlassian-event-2.1.x (pull request #36)\n\nBSP-170: add mvnvm.properties file\n\nApproved-by: Przemyslaw Bruski <pbruski@atlassian.com>\n","parents":[{"hash":"3d29d68d49fb0f48c73e736f3e7198bdadddc01f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/3d29d68d49fb0f48c73e736f3e7198bdadddc01f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3d29d68d49fb0f48c73e736f3e7198bdadddc01f"}}},{"hash":"cb7eca7ee69f8b77d9994ccd704d21b9f7e01f0b","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cb7eca7ee69f8b77d9994ccd704d21b9f7e01f0b"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cb7eca7ee69f8b77d9994ccd704d21b9f7e01f0b"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-2.2.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-2.2.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-2.2.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.2.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-2.2.x&t=1"}},"target":{"date":"2018-09-07T15:05:00+00:00","hash":"25c1c6a9b97cb8a9be1aa672289adec18c83003d","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/25c1c6a9b97cb8a9be1aa672289adec18c83003d"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/25c1c6a9b97cb8a9be1aa672289adec18c83003d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/25c1c6a9b97cb8a9be1aa672289adec18c83003d"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/25c1c6a9b97cb8a9be1aa672289adec18c83003d/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/25c1c6a9b97cb8a9be1aa672289adec18c83003d/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/25c1c6a9b97cb8a9be1aa672289adec18c83003d/statuses"}},"author":{"raw":"Nikolay Loboda <nloboda@atlassian.com>","type":"author","user":{"type":"user","uuid":"{53e44bb3-4422-4ec8-9368-d219f07bc993}","links":{"html":{"href":"https://bitbucket.org/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/NL-3.png"}},"nickname":"Nikolay Loboda","account_id":"5b1a3f2eba20a25bfcad10ef","display_name":"Nikolay Loboda"}},"message":"Merged in issue-2.2/BSP-170-add-mvnvm.properties-to-atlassian-event-2.2.x (pull request #34)\n\nBSP-170: add mvnvm.properties file\n\nApproved-by: Przemyslaw Bruski <pbruski@atlassian.com>\n","parents":[{"hash":"3cb5b57dbd0ed77acb94c713f7c330aab4572a24","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/3cb5b57dbd0ed77acb94c713f7c330aab4572a24"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3cb5b57dbd0ed77acb94c713f7c330aab4572a24"}}},{"hash":"aaa603496d9ad9a788fa397e0e2205ee051eb40b","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/aaa603496d9ad9a788fa397e0e2205ee051eb40b"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/aaa603496d9ad9a788fa397e0e2205ee051eb40b"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-2.3.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-2.3.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-2.3.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.3.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-2.3.x&t=1"}},"target":{"date":"2018-09-07T15:04:54+00:00","hash":"6613701d2095d430224e19a59e08d21b0411d986","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/6613701d2095d430224e19a59e08d21b0411d986"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6613701d2095d430224e19a59e08d21b0411d986"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6613701d2095d430224e19a59e08d21b0411d986"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6613701d2095d430224e19a59e08d21b0411d986/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6613701d2095d430224e19a59e08d21b0411d986/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6613701d2095d430224e19a59e08d21b0411d986/statuses"}},"author":{"raw":"Nikolay Loboda <nloboda@atlassian.com>","type":"author","user":{"type":"user","uuid":"{53e44bb3-4422-4ec8-9368-d219f07bc993}","links":{"html":{"href":"https://bitbucket.org/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B53e44bb3-4422-4ec8-9368-d219f07bc993%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/NL-3.png"}},"nickname":"Nikolay Loboda","account_id":"5b1a3f2eba20a25bfcad10ef","display_name":"Nikolay Loboda"}},"message":"Merged in issue-3.0/BSP-170-add-mvnvm.properties-to-atlassian-event-2.3.x (pull request #33)\n\nBSP-170: add mvnvm.properties file to atlassian-events 2.3.x\n\nApproved-by: Przemyslaw Bruski <pbruski@atlassian.com>\n","parents":[{"hash":"4132f87017116bb9062897da09da0c63058eaa84","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4132f87017116bb9062897da09da0c63058eaa84"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4132f87017116bb9062897da09da0c63058eaa84"}}},{"hash":"4e71a0badc29cc13f33b20b90623697f996618fb","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4e71a0badc29cc13f33b20b90623697f996618fb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4e71a0badc29cc13f33b20b90623697f996618fb"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"atlassian-event-3.0.x","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/atlassian-event-3.0.x"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/atlassian-event-3.0.x"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-3.0.x"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=atlassian-event-3.0.x&t=1"}},"target":{"date":"2019-10-03T11:39:32+00:00","hash":"c39ea74763d98515e9e890698666dfbcce537045","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/c39ea74763d98515e9e890698666dfbcce537045"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c39ea74763d98515e9e890698666dfbcce537045"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c39ea74763d98515e9e890698666dfbcce537045"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c39ea74763d98515e9e890698666dfbcce537045/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c39ea74763d98515e9e890698666dfbcce537045/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c39ea74763d98515e9e890698666dfbcce537045/statuses"}},"author":{"raw":"Patryk Petrowski <ppetrowski@atlassian.com>","type":"author","user":{"type":"user","uuid":"{4d37aca5-6370-453b-8561-85c1beacaf2c}","links":{"html":{"href":"https://bitbucket.org/%7B4d37aca5-6370-453b-8561-85c1beacaf2c%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B4d37aca5-6370-453b-8561-85c1beacaf2c%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557057:4952e210-38b5-4515-9c16-bf7fbd9d81a6/79d5ce53-8d49-4fd3-83a2-cef342c05922/128"}},"nickname":"Patryk","account_id":"557057:4952e210-38b5-4515-9c16-bf7fbd9d81a6","display_name":"Patryk Petrowski"}},"message":"Merged in issue-3.0/BSP-559-add-srcclr-yml (pull request #43)\n\nBSP-559: base srcclr.yml file\n\nApproved-by: Nikolay Loboda <nloboda@atlassian.com>\nApproved-by: Andrew Swan <aswan@atlassian.com>\n","parents":[{"hash":"7419f176ebaf1301aa80ac500db138f9807b80af","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/7419f176ebaf1301aa80ac500db138f9807b80af"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7419f176ebaf1301aa80ac500db138f9807b80af"}}},{"hash":"a736180e4d28f45ae891f616dc962d433f6fa23a","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a736180e4d28f45ae891f616dc962d433f6fa23a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a736180e4d28f45ae891f616dc962d433f6fa23a"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"feature/watchtower-health-score-summary","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/feature/watchtower-health-score-summary"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/feature/watchtower-health-score-summary"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/feature/watchtower-health-score-summary"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=feature/watchtower-health-score-summary&t=1"}},"target":{"date":"2026-05-13T13:43:05+00:00","hash":"d39478cc0180167a2104323cc78d67fb3716bb24","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/d39478cc0180167a2104323cc78d67fb3716bb24"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d39478cc0180167a2104323cc78d67fb3716bb24"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/d39478cc0180167a2104323cc78d67fb3716bb24"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/statuses"}},"author":{"raw":"Dhaval Moliya <dmoliya@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7ae17a59-32a6-49d2-a9f3-deae9e393e78}","links":{"html":{"href":"https://bitbucket.org/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/DM-3.png"}},"nickname":"Dhaval Moliya","account_id":"638712e2f48fbd9b62d80f99","display_name":"Dhaval Moliya"}},"message":"feat: add healthTierFilter to store and MetricsGrid filtering\r\n\r\n- store/index.ts: healthTierFilter state + setHealthTierFilter action\r\n- MetricsGrid/index.tsx: filter domain cards by active health tier pill","parents":[{"hash":"47836cf34e62a8b4c9eb8804d99a893151952d87","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/47836cf34e62a8b4c9eb8804d99a893151952d87"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-3.0/PLATDEV-40-enable-checkstyle-plugin","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-3.0/PLATDEV-40-enable-checkstyle-plugin"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-3.0/PLATDEV-40-enable-checkstyle-plugin"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-3.0/PLATDEV-40-enable-checkstyle-plugin"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-3.0/PLATDEV-40-enable-checkstyle-plugin&t=1"}},"target":{"date":"2015-11-20T15:43:55+00:00","hash":"f6fafb7eeb675a41df939cdf37a3bd9601f01813","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/f6fafb7eeb675a41df939cdf37a3bd9601f01813"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f6fafb7eeb675a41df939cdf37a3bd9601f01813"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f6fafb7eeb675a41df939cdf37a3bd9601f01813"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/f6fafb7eeb675a41df939cdf37a3bd9601f01813"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f6fafb7eeb675a41df939cdf37a3bd9601f01813/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f6fafb7eeb675a41df939cdf37a3bd9601f01813/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f6fafb7eeb675a41df939cdf37a3bd9601f01813/statuses"}},"author":{"raw":"Marcos Scriven <marcos@scriven.org>","type":"author","user":{"type":"user","uuid":"{c521bd07-2fcf-407c-ab77-1298984c37da}","links":{"html":{"href":"https://bitbucket.org/%7Bc521bd07-2fcf-407c-ab77-1298984c37da%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc521bd07-2fcf-407c-ab77-1298984c37da%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/16347c6a7e7eb72e124cc253093363fb?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMS-0.png"}},"nickname":"marcosscriven","account_id":"557058:c46a5dcb-de42-47e4-bed3-be1879376685","display_name":"Marcos Scriven"}},"message":"PLATDEV-40: Enable checkstyle plugin by upgrading to latest parent pom, and specifying codestyle config artifact.\n","parents":[{"hash":"d02ab22a30e144d0b217ac95020dbaec598968aa","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d02ab22a30e144d0b217ac95020dbaec598968aa"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d02ab22a30e144d0b217ac95020dbaec598968aa"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-3.1/DELTA-889-backport-DELTA-638","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-3.1/DELTA-889-backport-DELTA-638"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-3.1/DELTA-889-backport-DELTA-638"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-3.1/DELTA-889-backport-DELTA-638"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-3.1/DELTA-889-backport-DELTA-638&t=1"}},"target":{"date":"2019-12-09T11:28:07+00:00","hash":"6f28009fea807765e29c53f3f27fae17e9fb82cf","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/6f28009fea807765e29c53f3f27fae17e9fb82cf"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6f28009fea807765e29c53f3f27fae17e9fb82cf"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6f28009fea807765e29c53f3f27fae17e9fb82cf"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/6f28009fea807765e29c53f3f27fae17e9fb82cf"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6f28009fea807765e29c53f3f27fae17e9fb82cf/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6f28009fea807765e29c53f3f27fae17e9fb82cf/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6f28009fea807765e29c53f3f27fae17e9fb82cf/statuses"}},"author":{"raw":"Maciej Swinarski <mswinarski@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3e0b9f38-7cad-492b-9d68-883c428344c4}","links":{"html":{"href":"https://bitbucket.org/%7B3e0b9f38-7cad-492b-9d68-883c428344c4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3e0b9f38-7cad-492b-9d68-883c428344c4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png"}},"nickname":"Maciej Swinarski","account_id":"557057:8efc0976-fd28-4013-8bae-b58f3b4e4c7c","display_name":"Maciej Swinarski"}},"message":"DELTA-889: Backport DELTA-683 (f81ee21)\n\nMerged in issue/DELTA-859-add-ordering-to-event-listeners (pull request #41)\n\nDELTA-859 - add ordering to event listeners\n\n* DELTA-859 - add ordering to event listeners\n\n* DELTA-859 - javadoc\n\n* DELTA-859 - javadoc2\n\n* DELTA-859 - deterministic sorting order\n\n* DELTA-859 - javadoc\n\n* DELTA-859 - compact comparator\n\n* DELTA-859 - comment on equals\n\n* DELTA-859 - final\n\nApproved-by: Kamil Cichy <kcichy@atlassian.com>\nApproved-by: Seth Utecht <sutecht@atlassian.com>\n\n Conflicts:\n\tsrc/main/java/com/atlassian/event/internal/AnnotatedMethodsListenerHandler.java\n\tsrc/main/java/com/atlassian/event/internal/EventPublisherImpl.java\n","parents":[{"hash":"b58d243328d75825e721229c67703249d7f4c07e","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b58d243328d75825e721229c67703249d7f4c07e"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b58d243328d75825e721229c67703249d7f4c07e"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-3.1/DELTA-889-backport-DELTA-638-to-Jira-7.13","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-3.1/DELTA-889-backport-DELTA-638-to-Jira-7.13"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-3.1/DELTA-889-backport-DELTA-638-to-Jira-7.13"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-3.1/DELTA-889-backport-DELTA-638-to-Jira-7.13"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-3.1/DELTA-889-backport-DELTA-638-to-Jira-7.13&t=1"}},"target":{"date":"2019-11-27T11:28:02+00:00","hash":"6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6013c28ac44a9bc51a74e1df6b0cb44e3bbf5e47/statuses"}},"author":{"raw":"Maciej Swinarski <mswinarski@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3e0b9f38-7cad-492b-9d68-883c428344c4}","links":{"html":{"href":"https://bitbucket.org/%7B3e0b9f38-7cad-492b-9d68-883c428344c4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3e0b9f38-7cad-492b-9d68-883c428344c4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/MS-0.png"}},"nickname":"Maciej Swinarski","account_id":"557057:8efc0976-fd28-4013-8bae-b58f3b4e4c7c","display_name":"Maciej Swinarski"}},"message":"DELTA-889: Backport DELTA-683\n\nMerged in issue/DELTA-859-add-ordering-to-event-listeners (pull request #41)\n\nDELTA-859 - add ordering to event listeners\n\n* DELTA-859 - add ordering to event listeners\n\n* DELTA-859 - javadoc\n\n* DELTA-859 - javadoc2\n\n* DELTA-859 - deterministic sorting order\n\n* DELTA-859 - javadoc\n\n* DELTA-859 - compact comparator\n\n* DELTA-859 - comment on equals\n\n* DELTA-859 - final\n\nApproved-by: Kamil Cichy <kcichy@atlassian.com>\nApproved-by: Seth Utecht <sutecht@atlassian.com>\n","parents":[{"hash":"44ba642cf82d7b578e88672301e0b27ee392c039","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/44ba642cf82d7b578e88672301e0b27ee392c039"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/44ba642cf82d7b578e88672301e0b27ee392c039"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-3.1/DELTA-889-update-parent-pom","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-3.1/DELTA-889-update-parent-pom"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-3.1/DELTA-889-update-parent-pom"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-3.1/DELTA-889-update-parent-pom"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-3.1/DELTA-889-update-parent-pom&t=1"}},"target":{"date":"2019-12-11T09:22:16+00:00","hash":"2f1126b732ef5f63fa65422589f7197f46796a0b","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/2f1126b732ef5f63fa65422589f7197f46796a0b"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/2f1126b732ef5f63fa65422589f7197f46796a0b"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2f1126b732ef5f63fa65422589f7197f46796a0b"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/2f1126b732ef5f63fa65422589f7197f46796a0b"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2f1126b732ef5f63fa65422589f7197f46796a0b/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2f1126b732ef5f63fa65422589f7197f46796a0b/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2f1126b732ef5f63fa65422589f7197f46796a0b/statuses"}},"author":{"raw":"Kamil Cichy <kcichy@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c593f3a1-9af7-4197-8ebe-adccca49409c}","links":{"html":{"href":"https://bitbucket.org/%7Bc593f3a1-9af7-4197-8ebe-adccca49409c%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc593f3a1-9af7-4197-8ebe-adccca49409c%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/KC-1.png"}},"nickname":"Kamil Cichy","account_id":"557057:f34c0903-ccd2-463b-8e1c-b3dd2b07cb08","display_name":"Kamil Cichy"}},"message":"DELTA-889: Update parent POM to the latest version; update changelog\n\nOtherwise the release process fails, because it tries to reach https://maven.atlassian.com/staging/atlassian-public\n","parents":[{"hash":"16cf23ad587b5864d33a9c92013c615732edb6f2","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/16cf23ad587b5864d33a9c92013c615732edb6f2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/16cf23ad587b5864d33a9c92013c615732edb6f2"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-3.1/jira-7.13-release","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-3.1/jira-7.13-release"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-3.1/jira-7.13-release"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-3.1/jira-7.13-release"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-3.1/jira-7.13-release&t=1"}},"target":{"date":"2016-05-16T00:33:31+00:00","hash":"51278e56d3eceeb59601e440dc17ca4ca4171eb6","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/51278e56d3eceeb59601e440dc17ca4ca4171eb6"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/51278e56d3eceeb59601e440dc17ca4ca4171eb6"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/51278e56d3eceeb59601e440dc17ca4ca4171eb6"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/51278e56d3eceeb59601e440dc17ca4ca4171eb6"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/51278e56d3eceeb59601e440dc17ca4ca4171eb6/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/51278e56d3eceeb59601e440dc17ca4ca4171eb6/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/51278e56d3eceeb59601e440dc17ca4ca4171eb6/statuses"}},"author":{"raw":"Automated Release Script <bamboo_hg_user@buildeng.atlassian.com>","type":"author"},"message":"[maven-release-plugin] prepare release atlassian-event-3.1.3\n","parents":[{"hash":"1cf6fa47a2fbba712206c1a8329826a20cfd6475","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/1cf6fa47a2fbba712206c1a8329826a20cfd6475"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1cf6fa47a2fbba712206c1a8329826a20cfd6475"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-4.0/BSP-1683-add-missing-assertion","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-4.0/BSP-1683-add-missing-assertion"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-4.0/BSP-1683-add-missing-assertion"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-4.0/BSP-1683-add-missing-assertion"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-4.0/BSP-1683-add-missing-assertion&t=1"}},"target":{"date":"2020-08-26T03:31:33+00:00","hash":"590b21184dd00a7e51cda08d504bdcab99c5b701","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/590b21184dd00a7e51cda08d504bdcab99c5b701"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/590b21184dd00a7e51cda08d504bdcab99c5b701"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/590b21184dd00a7e51cda08d504bdcab99c5b701"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/590b21184dd00a7e51cda08d504bdcab99c5b701"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/590b21184dd00a7e51cda08d504bdcab99c5b701/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/590b21184dd00a7e51cda08d504bdcab99c5b701/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/590b21184dd00a7e51cda08d504bdcab99c5b701/statuses"}},"author":{"raw":"Said Madi <smadi@atlassian.com>","type":"author","user":{"type":"user","uuid":"{d26a13ab-0b5b-4510-a925-15a674eb6141}","links":{"html":{"href":"https://bitbucket.org/%7Bd26a13ab-0b5b-4510-a925-15a674eb6141%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bd26a13ab-0b5b-4510-a925-15a674eb6141%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/S-4.png"}},"nickname":"Said","account_id":"557058:88909ea7-7df5-460d-aafd-d9808f04a7bc","display_name":"Said"}},"message":"BSP-1683: Clean up getEvent() method change\n","parents":[{"hash":"306edf521cb587f2bb6c5782bffad1d7f7e266f4","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/306edf521cb587f2bb6c5782bffad1d7f7e266f4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/306edf521cb587f2bb6c5782bffad1d7f7e266f4"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-4.0/sonar-fixes-merge","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-4.0/sonar-fixes-merge"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-4.0/sonar-fixes-merge"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-4.0/sonar-fixes-merge"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-4.0/sonar-fixes-merge&t=1"}},"target":{"date":"2020-05-22T13:08:23+00:00","hash":"a066165e7af5afe66e967554f3fea945e5f593df","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/a066165e7af5afe66e967554f3fea945e5f593df"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a066165e7af5afe66e967554f3fea945e5f593df"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a066165e7af5afe66e967554f3fea945e5f593df"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a066165e7af5afe66e967554f3fea945e5f593df/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a066165e7af5afe66e967554f3fea945e5f593df/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a066165e7af5afe66e967554f3fea945e5f593df/statuses"}},"author":{"raw":"Bartosz Kwiatek <bkwiatek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c44ac537-31fa-42e3-8cf2-bcee8a2bc7f4}","links":{"html":{"href":"https://bitbucket.org/%7Bc44ac537-31fa-42e3-8cf2-bcee8a2bc7f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc44ac537-31fa-42e3-8cf2-bcee8a2bc7f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/BK-4.png"}},"nickname":"Bartosz Kwiatek","account_id":"5ea944e086d01b0b7ddadf51","display_name":"Bartosz Kwiatek"}},"message":"Merge branch 'atlassian-event-4.0.x' into issue-4.0/sonar-fixes-merge\n\n# Conflicts:\n#\tpom.xml\n#\tsrc/main/java/com/atlassian/event/internal/EventPublisherImpl.java\n","parents":[{"hash":"4058c061ac41a0ee4908f6a677f8932a832f5d60","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4058c061ac41a0ee4908f6a677f8932a832f5d60"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4058c061ac41a0ee4908f6a677f8932a832f5d60"}}},{"hash":"850d2ec4dfcc008f141f9501441473240723f527","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/850d2ec4dfcc008f141f9501441473240723f527"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/850d2ec4dfcc008f141f9501441473240723f527"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue-4.0/testing-branch","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue-4.0/testing-branch"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue-4.0/testing-branch"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue-4.0/testing-branch"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue-4.0/testing-branch&t=1"}},"target":{"date":"2020-04-20T09:11:00+00:00","hash":"8f0de782138f31360e285d9a6298a997a402e652","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8f0de782138f31360e285d9a6298a997a402e652"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8f0de782138f31360e285d9a6298a997a402e652"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8f0de782138f31360e285d9a6298a997a402e652"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/8f0de782138f31360e285d9a6298a997a402e652"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8f0de782138f31360e285d9a6298a997a402e652/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8f0de782138f31360e285d9a6298a997a402e652/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8f0de782138f31360e285d9a6298a997a402e652/statuses"}},"author":{"raw":"Zuzanna Struczewska <zstruczewska@atlassian.com>","type":"author","user":{"type":"user","uuid":"{b1859f0c-657b-4d44-8d37-2a6dd14c2269}","links":{"html":{"href":"https://bitbucket.org/%7Bb1859f0c-657b-4d44-8d37-2a6dd14c2269%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bb1859f0c-657b-4d44-8d37-2a6dd14c2269%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/ZS-5.png"}},"nickname":"Zuzanna Struczewska","account_id":"5e2eb4075209db0c9cee981d","display_name":"Zuzanna Struczewska"}},"message":"Test commit.\n","parents":[{"hash":"bd22a57af7f7db7c56d70878ed7329bf8ac4565d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bd22a57af7f7db7c56d70878ed7329bf8ac4565d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bd22a57af7f7db7c56d70878ed7329bf8ac4565d"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/3.1.x/BSP-3781-update-Spring-beans","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/3.1.x/BSP-3781-update-Spring-beans"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/3.1.x/BSP-3781-update-Spring-beans"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/3.1.x/BSP-3781-update-Spring-beans"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/3.1.x/BSP-3781-update-Spring-beans&t=1"}},"target":{"date":"2022-04-01T10:34:33+00:00","hash":"8907dcb489d10ff726f0c0b3dff65bb949cb2e1f","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8907dcb489d10ff726f0c0b3dff65bb949cb2e1f/statuses"}},"author":{"raw":"dbehera <dbehera@atlassian.com>","type":"author","user":{"type":"user","uuid":"{54f79f01-aa72-4d71-8a06-bfd846411d8f}","links":{"html":{"href":"https://bitbucket.org/%7B54f79f01-aa72-4d71-8a06-bfd846411d8f%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B54f79f01-aa72-4d71-8a06-bfd846411d8f%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/df51730845985a06614853c055b36c3c?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDB-3.png"}},"nickname":"Debasis Behera","account_id":"70121:65b6aeb6-b98a-46e4-9449-91776c0f25d1","display_name":"Debasis Behera"}},"message":"committed for spring-beans update version.\n","parents":[{"hash":"26a1141a9bc085cf13c5a8083153af844900023d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/26a1141a9bc085cf13c5a8083153af844900023d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/26a1141a9bc085cf13c5a8083153af844900023d"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/4.0.x/CONFSRVDEV-21787","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/4.0.x/CONFSRVDEV-21787"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/4.0.x/CONFSRVDEV-21787"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/4.0.x/CONFSRVDEV-21787"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/4.0.x/CONFSRVDEV-21787&t=1"}},"target":{"date":"2021-11-16T16:09:30+00:00","hash":"ec86993f9d95dca442aff036e82e92cbcade5db5","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ec86993f9d95dca442aff036e82e92cbcade5db5"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ec86993f9d95dca442aff036e82e92cbcade5db5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ec86993f9d95dca442aff036e82e92cbcade5db5"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ec86993f9d95dca442aff036e82e92cbcade5db5"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ec86993f9d95dca442aff036e82e92cbcade5db5/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ec86993f9d95dca442aff036e82e92cbcade5db5/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ec86993f9d95dca442aff036e82e92cbcade5db5/statuses"}},"author":{"raw":"Kenny MacLeod <kmacleod@atlassian.com>","type":"author","user":{"type":"user","uuid":"{942e7a13-39ef-4194-a1cd-2c1b93f7ed6c}","links":{"html":{"href":"https://bitbucket.org/%7B942e7a13-39ef-4194-a1cd-2c1b93f7ed6c%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B942e7a13-39ef-4194-a1cd-2c1b93f7ed6c%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557057:3551c836-d81f-4dba-9c8e-52b022b33fe7/e3dae8a2-b1c0-46d2-917d-01e67ea29af3/128"}},"nickname":"Kenny MacLeod","account_id":"557057:3551c836-d81f-4dba-9c8e-52b022b33fe7","display_name":"Kenny MacLeod"}},"message":"CONFSRVDEV-21787 add changelog entry\n","parents":[{"hash":"38e6e797185618702a40da757e537d2aec559a87","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/38e6e797185618702a40da757e537d2aec559a87"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/38e6e797185618702a40da757e537d2aec559a87"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/6.0.x/DCPL-3072-remove-files-add-readme","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/6.0.x/DCPL-3072-remove-files-add-readme"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/6.0.x/DCPL-3072-remove-files-add-readme"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/6.0.x/DCPL-3072-remove-files-add-readme"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/6.0.x/DCPL-3072-remove-files-add-readme&t=1"}},"target":{"date":"2025-10-14T11:13:02+00:00","hash":"fcd1efd11dd2d421a73db2a7b28191f92f8e368c","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/statuses"}},"author":{"raw":"Lukasz Jarzabek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"DCPL-3072: Fix the link to the combined repository\n","parents":[{"hash":"d0200eec23765cd04aac89505ddac6610a35642d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d0200eec23765cd04aac89505ddac6610a35642d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/6.0.x/DCPL-805-adopt-new-atlassian-plugins","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/6.0.x/DCPL-805-adopt-new-atlassian-plugins"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/6.0.x/DCPL-805-adopt-new-atlassian-plugins"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/6.0.x/DCPL-805-adopt-new-atlassian-plugins"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/6.0.x/DCPL-805-adopt-new-atlassian-plugins&t=1"}},"target":{"date":"2024-01-29T13:49:29+00:00","hash":"3e7b550cb1d7af985c0840ffcb2c402c6ecbd032","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3e7b550cb1d7af985c0840ffcb2c402c6ecbd032/statuses"}},"author":{"raw":"okarabush <okarabush@atlassian.com>","type":"author","user":{"type":"user","uuid":"{9714e20e-6a28-4bcc-b3c7-656941b7a5b0}","links":{"html":{"href":"https://bitbucket.org/%7B9714e20e-6a28-4bcc-b3c7-656941b7a5b0%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B9714e20e-6a28-4bcc-b3c7-656941b7a5b0%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/OK-5.png"}},"nickname":"Oleksandr Karabush","account_id":"6348aa157d10ef7914935d0b","display_name":"Oleksandr Karabush"}},"message":"DCPL-805: Bumped platform version to update atlassian-plugins to 8.0.0-m02\n","parents":[{"hash":"684dda9f27011ddb081f98ac490b5890d94d9122","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/684dda9f27011ddb081f98ac490b5890d94d9122"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/684dda9f27011ddb081f98ac490b5890d94d9122"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/6.0.x/DCPL-917-write-6.0-upgrage-guide","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/6.0.x/DCPL-917-write-6.0-upgrage-guide"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/6.0.x/DCPL-917-write-6.0-upgrage-guide"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/6.0.x/DCPL-917-write-6.0-upgrage-guide"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/6.0.x/DCPL-917-write-6.0-upgrage-guide&t=1"}},"target":{"date":"2024-02-06T12:41:36+00:00","hash":"f67e8c0a223882259870e1ae055beac087962c25","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/f67e8c0a223882259870e1ae055beac087962c25"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f67e8c0a223882259870e1ae055beac087962c25"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f67e8c0a223882259870e1ae055beac087962c25"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/f67e8c0a223882259870e1ae055beac087962c25"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f67e8c0a223882259870e1ae055beac087962c25/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f67e8c0a223882259870e1ae055beac087962c25/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f67e8c0a223882259870e1ae055beac087962c25/statuses"}},"author":{"raw":"okarabush <okarabush@atlassian.com>","type":"author","user":{"type":"user","uuid":"{9714e20e-6a28-4bcc-b3c7-656941b7a5b0}","links":{"html":{"href":"https://bitbucket.org/%7B9714e20e-6a28-4bcc-b3c7-656941b7a5b0%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B9714e20e-6a28-4bcc-b3c7-656941b7a5b0%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/OK-5.png"}},"nickname":"Oleksandr Karabush","account_id":"6348aa157d10ef7914935d0b","display_name":"Oleksandr Karabush"}},"message":"DCPL-917: Changed headings\n","parents":[{"hash":"cc299f80af9a21cbe4246c238827776e4d7731c5","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cc299f80af9a21cbe4246c238827776e4d7731c5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cc299f80af9a21cbe4246c238827776e4d7731c5"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/9.0.x/DCPL-1056","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/9.0.x/DCPL-1056"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/9.0.x/DCPL-1056"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/9.0.x/DCPL-1056"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/9.0.x/DCPL-1056&t=1"}},"target":{"date":"2024-03-26T10:41:00+00:00","hash":"8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8ce3bb9ddd4fdf19a116edb89b7d2205ebb4d293/statuses"}},"author":{"raw":"bmccarthy <bmccarthy@atlassian.com>","type":"author","user":{"type":"user","uuid":"{9987f10a-1c86-470f-aceb-ab147046e0d5}","links":{"html":{"href":"https://bitbucket.org/%7B9987f10a-1c86-470f-aceb-ab147046e0d5%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B9987f10a-1c86-470f-aceb-ab147046e0d5%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/BM-4.png"}},"nickname":"Billy McCarthy","account_id":"5cdd9ec47c13590d66b438cd","display_name":"Billy McCarthy"}},"message":"Fix javadoc issues\n","parents":[{"hash":"6c2fa020f697b5a570875f0af0856d76c4ba69ea","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6c2fa020f697b5a570875f0af0856d76c4ba69ea"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6c2fa020f697b5a570875f0af0856d76c4ba69ea"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"},{"name":"issue/VERA-889-Configured-Snykrollout","type":"branch","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/branch/issue/VERA-889-Configured-Snykrollout"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches/issue/VERA-889-Configured-Snykrollout"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/issue/VERA-889-Configured-Snykrollout"},"pullrequest_create":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/new?source=issue/VERA-889-Configured-Snykrollout&t=1"}},"target":{"date":"2021-10-29T11:42:06+00:00","hash":"ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ef3b6dce9ae324aa5d2dcfc7ebc1c36f834bb5b3/statuses"}},"author":{"raw":"smadhuri <smadhuri@atlassian.com>","type":"author","user":{"type":"user","uuid":"{e0739764-bb40-487b-9af3-773a4eda789a}","links":{"html":{"href":"https://bitbucket.org/%7Be0739764-bb40-487b-9af3-773a4eda789a%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Be0739764-bb40-487b-9af3-773a4eda789a%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/71387070c63fc90ed572c9c98a707e78?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FSM-2.png"}},"nickname":"Surya Madhuri","account_id":"606439ac9bc49b0070e84551","display_name":"Surya Madhuri"}},"message":"VERA-889-IndentationCorrected\n","parents":[{"hash":"13523db6f318cac09d2591e0fb0ef8f40915be97","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/13523db6f318cac09d2591e0fb0ef8f40915be97"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/13523db6f318cac09d2591e0fb0ef8f40915be97"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"sync_strategies":["merge_commit","rebase"],"merge_strategies":["merge_commit","squash","fast_forward","squash_fast_forward","rebase_fast_forward","rebase_merge"],"default_merge_strategy":"merge_commit"}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:11.844Z","request_id":"ee73a76c-fad3-4d69-b7a4-b180368cce56"},"status":"ok","message":"Repository branches","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/commits":{"get":{"operationId":"get_v1_repo_commits","tags":["Repository"],"summary":"Commits","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"next":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits?pagelen=30&page=2&ctx=d617150a8ee9cb6e10fdd662f9a0ae0b","values":[{"date":"2026-05-13T13:43:05+00:00","hash":"d39478cc0180167a2104323cc78d67fb3716bb24","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/d39478cc0180167a2104323cc78d67fb3716bb24"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d39478cc0180167a2104323cc78d67fb3716bb24"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/d39478cc0180167a2104323cc78d67fb3716bb24"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d39478cc0180167a2104323cc78d67fb3716bb24/statuses"}},"author":{"raw":"Dhaval Moliya <dmoliya@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7ae17a59-32a6-49d2-a9f3-deae9e393e78}","links":{"html":{"href":"https://bitbucket.org/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/DM-3.png"}},"nickname":"Dhaval Moliya","account_id":"638712e2f48fbd9b62d80f99","display_name":"Dhaval Moliya"}},"message":"feat: add healthTierFilter to store and MetricsGrid filtering\r\n\r\n- store/index.ts: healthTierFilter state + setHealthTierFilter action\r\n- MetricsGrid/index.tsx: filter domain cards by active health tier pill","parents":[{"hash":"47836cf34e62a8b4c9eb8804d99a893151952d87","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/47836cf34e62a8b4c9eb8804d99a893151952d87"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87"}}}],"summary":{"raw":"feat: add healthTierFilter to store and MetricsGrid filtering\r\n\r\n- store/index.ts: healthTierFilter state + setHealthTierFilter action\r\n- MetricsGrid/index.tsx: filter domain cards by active health tier pill","html":"<p>feat: add healthTierFilter to store and MetricsGrid filtering</p>\n<ul>\n<li>store/index.ts: healthTierFilter state + setHealthTierFilter action</li>\n<li>MetricsGrid/index.tsx: filter domain cards by active health tier pill</li>\n</ul>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"feat: add healthTierFilter to store and MetricsGrid filtering\r\n\r\n- store/index.ts: healthTierFilter state + setHealthTierFilter action\r\n- MetricsGrid/index.tsx: filter domain cards by active health tier pill","html":"<p>feat: add healthTierFilter to store and MetricsGrid filtering</p>\n<ul>\n<li>store/index.ts: healthTierFilter state + setHealthTierFilter action</li>\n<li>MetricsGrid/index.tsx: filter domain cards by active health tier pill</li>\n</ul>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2026-05-13T13:42:28+00:00","hash":"47836cf34e62a8b4c9eb8804d99a893151952d87","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/47836cf34e62a8b4c9eb8804d99a893151952d87"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/47836cf34e62a8b4c9eb8804d99a893151952d87"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/47836cf34e62a8b4c9eb8804d99a893151952d87"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/47836cf34e62a8b4c9eb8804d99a893151952d87/statuses"}},"author":{"raw":"Dhaval Moliya <dmoliya@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7ae17a59-32a6-49d2-a9f3-deae9e393e78}","links":{"html":{"href":"https://bitbucket.org/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/DM-3.png"}},"nickname":"Dhaval Moliya","account_id":"638712e2f48fbd9b62d80f99","display_name":"Dhaval Moliya"}},"message":"feat: wire HealthScoreSummary into CommandBar, store and MetricsGrid\r\n\r\n- CommandBar: import and render <HealthScoreSummary /> in top nav row\r\n- store/index.ts: add healthTierFilter + setHealthTierFilter to Store\r\n- MetricsGrid: filter domain cards by healthTierFilter when active","parents":[{"hash":"72c196786ffbc99f86d0245b95be1489ecb47b5d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/72c196786ffbc99f86d0245b95be1489ecb47b5d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/72c196786ffbc99f86d0245b95be1489ecb47b5d"}}}],"summary":{"raw":"feat: wire HealthScoreSummary into CommandBar, store and MetricsGrid\r\n\r\n- CommandBar: import and render <HealthScoreSummary /> in top nav row\r\n- store/index.ts: add healthTierFilter + setHealthTierFilter to Store\r\n- MetricsGrid: filter domain cards by healthTierFilter when active","html":"<p>feat: wire HealthScoreSummary into CommandBar, store and MetricsGrid</p>\n<ul>\n<li>CommandBar: import and render &lt;HealthScoreSummary /&gt; in top nav row</li>\n<li>store/index.ts: add healthTierFilter + setHealthTierFilter to Store</li>\n<li>MetricsGrid: filter domain cards by healthTierFilter when active</li>\n</ul>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"feat: wire HealthScoreSummary into CommandBar, store and MetricsGrid\r\n\r\n- CommandBar: import and render <HealthScoreSummary /> in top nav row\r\n- store/index.ts: add healthTierFilter + setHealthTierFilter to Store\r\n- MetricsGrid: filter domain cards by healthTierFilter when active","html":"<p>feat: wire HealthScoreSummary into CommandBar, store and MetricsGrid</p>\n<ul>\n<li>CommandBar: import and render &lt;HealthScoreSummary /&gt; in top nav row</li>\n<li>store/index.ts: add healthTierFilter + setHealthTierFilter to Store</li>\n<li>MetricsGrid: filter domain cards by healthTierFilter when active</li>\n</ul>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2026-05-13T13:41:44+00:00","hash":"72c196786ffbc99f86d0245b95be1489ecb47b5d","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/72c196786ffbc99f86d0245b95be1489ecb47b5d"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/72c196786ffbc99f86d0245b95be1489ecb47b5d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/72c196786ffbc99f86d0245b95be1489ecb47b5d"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/72c196786ffbc99f86d0245b95be1489ecb47b5d"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/72c196786ffbc99f86d0245b95be1489ecb47b5d/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/72c196786ffbc99f86d0245b95be1489ecb47b5d/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/72c196786ffbc99f86d0245b95be1489ecb47b5d/statuses"}},"author":{"raw":"Dhaval Moliya <dmoliya@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7ae17a59-32a6-49d2-a9f3-deae9e393e78}","links":{"html":{"href":"https://bitbucket.org/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7ae17a59-32a6-49d2-a9f3-deae9e393e78%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/DM-3.png"}},"nickname":"Dhaval Moliya","account_id":"638712e2f48fbd9b62d80f99","display_name":"Dhaval Moliya"}},"message":"feat: add HealthScoreSummary pill strip to CommandBar\r\n\r\n- New component: src/components/CommandBar/HealthScoreSummary.tsx\r\n  Compact 🔴/🟡/🟢 pill strip showing live critical/warning/good\r\n  domain counts. Clicking a pill toggles a health-tier filter that\r\n  narrows the MetricsGrid to matching domains only.\r\n\r\n- Edited: src/components/CommandBar/index.tsx\r\n  Import and render <HealthScoreSummary /> between the brand logo\r\n  and the Board button in the top navigation row.\r\n\r\n- Edited: src/store/index.ts\r\n  Add healthTierFilter state ('critical' | 'warning' | 'good' | null)\r\n  and setHealthTierFilter action to the Zustand store.\r\n\r\n- Edited: src/components/MetricsGrid/index.tsx\r\n  Read healthTierFilter from store; filter visible domain cards to\r\n  the selected tier. Shows an empty-state message when no cards match.","parents":[{"hash":"8047fe879513ff5a470b7994aedef94fdcab9b72","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8047fe879513ff5a470b7994aedef94fdcab9b72"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8047fe879513ff5a470b7994aedef94fdcab9b72"}}}],"summary":{"raw":"feat: add HealthScoreSummary pill strip to CommandBar\r\n\r\n- New component: src/components/CommandBar/HealthScoreSummary.tsx\r\n  Compact 🔴/🟡/🟢 pill strip showing live critical/warning/good\r\n  domain counts. Clicking a pill toggles a health-tier filter that\r\n  narrows the MetricsGrid to matching domains only.\r\n\r\n- Edited: src/components/CommandBar/index.tsx\r\n  Import and render <HealthScoreSummary /> between the brand logo\r\n  and the Board button in the top navigation row.\r\n\r\n- Edited: src/store/index.ts\r\n  Add healthTierFilter state ('critical' | 'warning' | 'good' | null)\r\n  and setHealthTierFilter action to the Zustand store.\r\n\r\n- Edited: src/components/MetricsGrid/index.tsx\r\n  Read healthTierFilter from store; filter visible domain cards to\r\n  the selected tier. Shows an empty-state message when no cards match.","html":"<p>feat: add HealthScoreSummary pill strip to CommandBar</p>\n<ul>\n<li>\n<p>New component: src/components/CommandBar/HealthScoreSummary.tsx<br>\n  Compact 🔴/🟡/🟢 pill strip showing live critical/warning/good<br>\n  domain counts. Clicking a pill toggles a health-tier filter that<br>\n  narrows the MetricsGrid to matching domains only.</p>\n</li>\n<li>\n<p>Edited: src/components/CommandBar/index.tsx<br>\n  Import and render &lt;HealthScoreSummary /&gt; between the brand logo<br>\n  and the Board button in the top navigation row.</p>\n</li>\n<li>\n<p>Edited: src/store/index.ts<br>\n  Add healthTierFilter state ('critical' | 'warning' | 'good' | null)<br>\n  and setHealthTierFilter action to the Zustand store.</p>\n</li>\n<li>\n<p>Edited: src/components/MetricsGrid/index.tsx<br>\n  Read healthTierFilter from store; filter visible domain cards to<br>\n  the selected tier. Shows an empty-state message when no cards match.</p>\n</li>\n</ul>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"feat: add HealthScoreSummary pill strip to CommandBar\r\n\r\n- New component: src/components/CommandBar/HealthScoreSummary.tsx\r\n  Compact 🔴/🟡/🟢 pill strip showing live critical/warning/good\r\n  domain counts. Clicking a pill toggles a health-tier filter that\r\n  narrows the MetricsGrid to matching domains only.\r\n\r\n- Edited: src/components/CommandBar/index.tsx\r\n  Import and render <HealthScoreSummary /> between the brand logo\r\n  and the Board button in the top navigation row.\r\n\r\n- Edited: src/store/index.ts\r\n  Add healthTierFilter state ('critical' | 'warning' | 'good' | null)\r\n  and setHealthTierFilter action to the Zustand store.\r\n\r\n- Edited: src/components/MetricsGrid/index.tsx\r\n  Read healthTierFilter from store; filter visible domain cards to\r\n  the selected tier. Shows an empty-state message when no cards match.","html":"<p>feat: add HealthScoreSummary pill strip to CommandBar</p>\n<ul>\n<li>\n<p>New component: src/components/CommandBar/HealthScoreSummary.tsx<br>\n  Compact 🔴/🟡/🟢 pill strip showing live critical/warning/good<br>\n  domain counts. Clicking a pill toggles a health-tier filter that<br>\n  narrows the MetricsGrid to matching domains only.</p>\n</li>\n<li>\n<p>Edited: src/components/CommandBar/index.tsx<br>\n  Import and render &lt;HealthScoreSummary /&gt; between the brand logo<br>\n  and the Board button in the top navigation row.</p>\n</li>\n<li>\n<p>Edited: src/store/index.ts<br>\n  Add healthTierFilter state ('critical' | 'warning' | 'good' | null)<br>\n  and setHealthTierFilter action to the Zustand store.</p>\n</li>\n<li>\n<p>Edited: src/components/MetricsGrid/index.tsx<br>\n  Read healthTierFilter from store; filter visible domain cards to<br>\n  the selected tier. Shows an empty-state message when no cards match.</p>\n</li>\n</ul>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-10-14T15:20:11+00:00","hash":"4da427756fcf1b404ff1f9f608fa29901ce449de","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4da427756fcf1b404ff1f9f608fa29901ce449de"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4da427756fcf1b404ff1f9f608fa29901ce449de"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf1b404ff1f9f608fa29901ce449de/statuses"}},"author":{"raw":"Łukasz Jarząbek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"Merged in issue/6.0.x/DCPL-3072-remove-files-add-readme (pull request #235)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","parents":[{"hash":"d0200eec23765cd04aac89505ddac6610a35642d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d0200eec23765cd04aac89505ddac6610a35642d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d"}}},{"hash":"fcd1efd11dd2d421a73db2a7b28191f92f8e368c","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"}}}],"summary":{"raw":"Merged in issue/6.0.x/DCPL-3072-remove-files-add-readme (pull request #235)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","html":"<p>Merged in issue/6.0.x/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-remove-files-add-readme (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/235\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #235</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3069\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3069</a> Fix the link to the combined repository</p>\n<p>Approved-by: Jakub Trzebiatowski<br>\nApproved-by: Michael Kemp</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/6.0.x/DCPL-3072-remove-files-add-readme (pull request #235)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","html":"<p>Merged in issue/6.0.x/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-remove-files-add-readme (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/235\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #235</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3069\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3069</a> Fix the link to the combined repository</p>\n<p>Approved-by: Jakub Trzebiatowski<br>\nApproved-by: Michael Kemp</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-10-14T15:19:34+00:00","hash":"8047fe879513ff5a470b7994aedef94fdcab9b72","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8047fe879513ff5a470b7994aedef94fdcab9b72"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8047fe879513ff5a470b7994aedef94fdcab9b72"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8047fe879513ff5a470b7994aedef94fdcab9b72"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8047fe879513ff5a470b7994aedef94fdcab9b72/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8047fe879513ff5a470b7994aedef94fdcab9b72/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8047fe879513ff5a470b7994aedef94fdcab9b72/statuses"}},"author":{"raw":"Łukasz Jarząbek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"Merged in issue/master/DCPL-3072-remove-files-add-readme (pull request #236)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","parents":[{"hash":"c58044b8faadaae6e190bdf083dfe09e78f70657","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c58044b8faadaae6e190bdf083dfe09e78f70657"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657"}}},{"hash":"4929b5e997a254194f6c7bdcfe546103cd2e9baa","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4929b5e997a254194f6c7bdcfe546103cd2e9baa"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4929b5e997a254194f6c7bdcfe546103cd2e9baa"}}}],"summary":{"raw":"Merged in issue/master/DCPL-3072-remove-files-add-readme (pull request #236)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-remove-files-add-readme (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/236\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #236</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3069\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3069</a> Fix the link to the combined repository</p>\n<p>Approved-by: Jakub Trzebiatowski<br>\nApproved-by: Michael Kemp</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/master/DCPL-3072-remove-files-add-readme (pull request #236)\n\nDCPL-3069 Fix the link to the combined repository\n\nApproved-by: Jakub Trzebiatowski\nApproved-by: Michael Kemp\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-remove-files-add-readme (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/236\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #236</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3069\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3069</a> Fix the link to the combined repository</p>\n<p>Approved-by: Jakub Trzebiatowski<br>\nApproved-by: Michael Kemp</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-10-14T11:13:11+00:00","hash":"4929b5e997a254194f6c7bdcfe546103cd2e9baa","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4929b5e997a254194f6c7bdcfe546103cd2e9baa"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4929b5e997a254194f6c7bdcfe546103cd2e9baa"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4929b5e997a254194f6c7bdcfe546103cd2e9baa"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/4929b5e997a254194f6c7bdcfe546103cd2e9baa"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4929b5e997a254194f6c7bdcfe546103cd2e9baa/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4929b5e997a254194f6c7bdcfe546103cd2e9baa/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4929b5e997a254194f6c7bdcfe546103cd2e9baa/statuses"}},"author":{"raw":"Lukasz Jarzabek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"DCPL-3072: Fix the link to the combined repository\n","parents":[{"hash":"c58044b8faadaae6e190bdf083dfe09e78f70657","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c58044b8faadaae6e190bdf083dfe09e78f70657"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657"}}}],"summary":{"raw":"DCPL-3072: Fix the link to the combined repository\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>: Fix the link to the combined repository</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-3072: Fix the link to the combined repository\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>: Fix the link to the combined repository</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-10-14T11:13:02+00:00","hash":"fcd1efd11dd2d421a73db2a7b28191f92f8e368c","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/fcd1efd11dd2d421a73db2a7b28191f92f8e368c"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/fcd1efd11dd2d421a73db2a7b28191f92f8e368c/statuses"}},"author":{"raw":"Lukasz Jarzabek <ljarzabek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{5defddce-0df5-43d6-b690-83f8051337f4}","links":{"html":{"href":"https://bitbucket.org/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B5defddce-0df5-43d6-b690-83f8051337f4%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/default-avatar-0.png"}},"nickname":"Łukasz Jarząbek","account_id":"6128e9bfd7cac60069887d32","display_name":"Łukasz Jarząbek"}},"message":"DCPL-3072: Fix the link to the combined repository\n","parents":[{"hash":"d0200eec23765cd04aac89505ddac6610a35642d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d0200eec23765cd04aac89505ddac6610a35642d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d"}}}],"summary":{"raw":"DCPL-3072: Fix the link to the combined repository\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>: Fix the link to the combined repository</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-3072: Fix the link to the combined repository\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>: Fix the link to the combined repository</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-27T19:52:22+00:00","hash":"1fb6506d0aa51ee7241a04639de2091835e451eb","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/1fb6506d0aa51ee7241a04639de2091835e451eb"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/1fb6506d0aa51ee7241a04639de2091835e451eb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1fb6506d0aa51ee7241a04639de2091835e451eb"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/1fb6506d0aa51ee7241a04639de2091835e451eb"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1fb6506d0aa51ee7241a04639de2091835e451eb/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1fb6506d0aa51ee7241a04639de2091835e451eb/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1fb6506d0aa51ee7241a04639de2091835e451eb/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate]: add renovate.json\n","parents":[{"hash":"c58044b8faadaae6e190bdf083dfe09e78f70657","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c58044b8faadaae6e190bdf083dfe09e78f70657"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657"}}}],"summary":{"raw":"[Renovate]: add renovate.json\n","html":"<p>[Renovate]: add renovate.json</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate]: add renovate.json\n","html":"<p>[Renovate]: add renovate.json</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-27T07:52:00+00:00","hash":"c58044b8faadaae6e190bdf083dfe09e78f70657","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/c58044b8faadaae6e190bdf083dfe09e78f70657"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c58044b8faadaae6e190bdf083dfe09e78f70657"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c58044b8faadaae6e190bdf083dfe09e78f70657/statuses"}},"author":{"raw":"Przemysław Grabarek <pgrabarek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{d72aa93f-35e2-49b0-8ceb-0ae2acdf3955}","links":{"html":{"href":"https://bitbucket.org/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/PG-6.png"}},"nickname":"Przemysław Grabarek","account_id":"70121:ce051f62-6281-40fd-a072-bbf8f6cfa5b2","display_name":"Przemysław Grabarek"}},"message":"Merged in issue/master/DCPL-3072-monorepo-event (pull request #233)\n\nDCPL-3072 clear branches that were moved to monorepo\n\nApproved-by: Tomasz Mrowicki\n","parents":[{"hash":"699c6fd2ed0647390b48c8feb1cd937a5ddac943","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/699c6fd2ed0647390b48c8feb1cd937a5ddac943"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943"}}},{"hash":"49ac7b2f788bb465468fd810991e66f158138dcb","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/49ac7b2f788bb465468fd810991e66f158138dcb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/49ac7b2f788bb465468fd810991e66f158138dcb"}}}],"summary":{"raw":"Merged in issue/master/DCPL-3072-monorepo-event (pull request #233)\n\nDCPL-3072 clear branches that were moved to monorepo\n\nApproved-by: Tomasz Mrowicki\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-monorepo-event (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/233\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #233</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>\n<p>Approved-by: Tomasz Mrowicki</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/master/DCPL-3072-monorepo-event (pull request #233)\n\nDCPL-3072 clear branches that were moved to monorepo\n\nApproved-by: Tomasz Mrowicki\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-monorepo-event (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/233\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #233</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>\n<p>Approved-by: Tomasz Mrowicki</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-27T07:24:13+00:00","hash":"d0200eec23765cd04aac89505ddac6610a35642d","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/d0200eec23765cd04aac89505ddac6610a35642d"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d0200eec23765cd04aac89505ddac6610a35642d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d0200eec23765cd04aac89505ddac6610a35642d/statuses"}},"author":{"raw":"Przemysław Grabarek <pgrabarek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{d72aa93f-35e2-49b0-8ceb-0ae2acdf3955}","links":{"html":{"href":"https://bitbucket.org/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/PG-6.png"}},"nickname":"Przemysław Grabarek","account_id":"70121:ce051f62-6281-40fd-a072-bbf8f6cfa5b2","display_name":"Przemysław Grabarek"}},"message":"Merged in issue/6.0.x/DCPL-3072-monorepo-event (pull request #232)\n\nDCPL-3072 monorepo event\n","parents":[{"hash":"bad035dee8b5bad61be82c6f5d67440e80d1586f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f"}}},{"hash":"e6842ff5972c37c4f144a14beeb92fead1f64c0f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/e6842ff5972c37c4f144a14beeb92fead1f64c0f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e6842ff5972c37c4f144a14beeb92fead1f64c0f"}}}],"summary":{"raw":"Merged in issue/6.0.x/DCPL-3072-monorepo-event (pull request #232)\n\nDCPL-3072 monorepo event\n","html":"<p>Merged in issue/6.0.x/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-monorepo-event (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/232\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #232</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> monorepo event</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/6.0.x/DCPL-3072-monorepo-event (pull request #232)\n\nDCPL-3072 monorepo event\n","html":"<p>Merged in issue/6.0.x/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a>-monorepo-event (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/232\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #232</a>)</p>\n<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> monorepo event</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-27T07:18:31+00:00","hash":"e6842ff5972c37c4f144a14beeb92fead1f64c0f","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/e6842ff5972c37c4f144a14beeb92fead1f64c0f"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/e6842ff5972c37c4f144a14beeb92fead1f64c0f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e6842ff5972c37c4f144a14beeb92fead1f64c0f"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/e6842ff5972c37c4f144a14beeb92fead1f64c0f"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e6842ff5972c37c4f144a14beeb92fead1f64c0f/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e6842ff5972c37c4f144a14beeb92fead1f64c0f/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e6842ff5972c37c4f144a14beeb92fead1f64c0f/statuses"}},"author":{"raw":"pgrabarek <pgrabarek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{d72aa93f-35e2-49b0-8ceb-0ae2acdf3955}","links":{"html":{"href":"https://bitbucket.org/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/PG-6.png"}},"nickname":"Przemysław Grabarek","account_id":"70121:ce051f62-6281-40fd-a072-bbf8f6cfa5b2","display_name":"Przemysław Grabarek"}},"message":"DCPL-3072 clear branches that were moved to monorepo\n","parents":[{"hash":"bad035dee8b5bad61be82c6f5d67440e80d1586f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f"}}}],"summary":{"raw":"DCPL-3072 clear branches that were moved to monorepo\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-3072 clear branches that were moved to monorepo\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-27T07:17:35+00:00","hash":"49ac7b2f788bb465468fd810991e66f158138dcb","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/49ac7b2f788bb465468fd810991e66f158138dcb"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/49ac7b2f788bb465468fd810991e66f158138dcb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/49ac7b2f788bb465468fd810991e66f158138dcb"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/49ac7b2f788bb465468fd810991e66f158138dcb"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/49ac7b2f788bb465468fd810991e66f158138dcb/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/49ac7b2f788bb465468fd810991e66f158138dcb/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/49ac7b2f788bb465468fd810991e66f158138dcb/statuses"}},"author":{"raw":"pgrabarek <pgrabarek@atlassian.com>","type":"author","user":{"type":"user","uuid":"{d72aa93f-35e2-49b0-8ceb-0ae2acdf3955}","links":{"html":{"href":"https://bitbucket.org/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bd72aa93f-35e2-49b0-8ceb-0ae2acdf3955%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/PG-6.png"}},"nickname":"Przemysław Grabarek","account_id":"70121:ce051f62-6281-40fd-a072-bbf8f6cfa5b2","display_name":"Przemysław Grabarek"}},"message":"DCPL-3072 clear branches that were moved to monorepo\n","parents":[{"hash":"699c6fd2ed0647390b48c8feb1cd937a5ddac943","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/699c6fd2ed0647390b48c8feb1cd937a5ddac943"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943"}}}],"summary":{"raw":"DCPL-3072 clear branches that were moved to monorepo\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-3072 clear branches that were moved to monorepo\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-3072\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-3072</a> clear branches that were moved to monorepo</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-22T11:06:22+00:00","hash":"699c6fd2ed0647390b48c8feb1cd937a5ddac943","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/699c6fd2ed0647390b48c8feb1cd937a5ddac943"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/699c6fd2ed0647390b48c8feb1cd937a5ddac943"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/699c6fd2ed0647390b48c8feb1cd937a5ddac943/statuses"}},"author":{"raw":"Anton Miniailo <aminiailo@atlassian.com>","type":"author","user":{"type":"user","uuid":"{047f2ead-deee-48eb-9233-456682da7eb1}","links":{"html":{"href":"https://bitbucket.org/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AM-6.png"}},"nickname":"Anton Miniailo","account_id":"712020:7842989f-9d1f-4f6b-b8f4-69d39ff4dcb3","display_name":"Anton Miniailo"}},"message":"Merged in issue/master/WILDT-297_Implement-toString-for-ComparableListenerInvoker (pull request #230)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker\n\nApproved-by: Oleksandr Karabush\n","parents":[{"hash":"cad69c3fc0a6ec81baa749f35657a39b9440514d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cad69c3fc0a6ec81baa749f35657a39b9440514d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d"}}},{"hash":"0fee8da651185634c07ff51fa863fdd7958f7bcb","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/0fee8da651185634c07ff51fa863fdd7958f7bcb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0fee8da651185634c07ff51fa863fdd7958f7bcb"}}}],"summary":{"raw":"Merged in issue/master/WILDT-297_Implement-toString-for-ComparableListenerInvoker (pull request #230)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker\n\nApproved-by: Oleksandr Karabush\n","html":"<p>Merged in issue/master/WILDT-297_Implement-toString-for-ComparableListenerInvoker (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/230\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #230</a>)</p>\n<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker</p>\n<p>Approved-by: Oleksandr Karabush</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/master/WILDT-297_Implement-toString-for-ComparableListenerInvoker (pull request #230)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker\n\nApproved-by: Oleksandr Karabush\n","html":"<p>Merged in issue/master/WILDT-297_Implement-toString-for-ComparableListenerInvoker (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/230\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #230</a>)</p>\n<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker</p>\n<p>Approved-by: Oleksandr Karabush</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-22T10:50:54+00:00","hash":"0fee8da651185634c07ff51fa863fdd7958f7bcb","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/0fee8da651185634c07ff51fa863fdd7958f7bcb"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/0fee8da651185634c07ff51fa863fdd7958f7bcb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0fee8da651185634c07ff51fa863fdd7958f7bcb"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/0fee8da651185634c07ff51fa863fdd7958f7bcb"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0fee8da651185634c07ff51fa863fdd7958f7bcb/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0fee8da651185634c07ff51fa863fdd7958f7bcb/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0fee8da651185634c07ff51fa863fdd7958f7bcb/statuses"}},"author":{"raw":"Anton Miniailo <aminiailo@atlassian.com>","type":"author","user":{"type":"user","uuid":"{047f2ead-deee-48eb-9233-456682da7eb1}","links":{"html":{"href":"https://bitbucket.org/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AM-6.png"}},"nickname":"Anton Miniailo","account_id":"712020:7842989f-9d1f-4f6b-b8f4-69d39ff4dcb3","display_name":"Anton Miniailo"}},"message":"WILDT-297: Implement toString() for ComparableListenerInvoker\n","parents":[{"hash":"cad69c3fc0a6ec81baa749f35657a39b9440514d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cad69c3fc0a6ec81baa749f35657a39b9440514d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d"}}}],"summary":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:27:30+00:00","hash":"4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4c1421eb1e30fcd402b5da0ed652f3d0c57bce2b/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0\n","parents":[{"hash":"bad035dee8b5bad61be82c6f5d67440e80d1586f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f"}}}],"summary":{"raw":"[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0\n","html":"<p>[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0\n","html":"<p>[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:27:22+00:00","hash":"d8b75c65aa78478d392b61d45cd7414e8752e769","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/d8b75c65aa78478d392b61d45cd7414e8752e769"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d8b75c65aa78478d392b61d45cd7414e8752e769"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d8b75c65aa78478d392b61d45cd7414e8752e769"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/d8b75c65aa78478d392b61d45cd7414e8752e769"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d8b75c65aa78478d392b61d45cd7414e8752e769/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d8b75c65aa78478d392b61d45cd7414e8752e769/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d8b75c65aa78478d392b61d45cd7414e8752e769/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update patches\n","parents":[{"hash":"bad035dee8b5bad61be82c6f5d67440e80d1586f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f"}}}],"summary":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:27:15+00:00","hash":"6315b3bac849a122b925abc1f258f1b1de1b22c5","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/6315b3bac849a122b925abc1f258f1b1de1b22c5"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6315b3bac849a122b925abc1f258f1b1de1b22c5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6315b3bac849a122b925abc1f258f1b1de1b22c5"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/6315b3bac849a122b925abc1f258f1b1de1b22c5"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6315b3bac849a122b925abc1f258f1b1de1b22c5/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6315b3bac849a122b925abc1f258f1b1de1b22c5/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6315b3bac849a122b925abc1f258f1b1de1b22c5/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update patches\n","parents":[{"hash":"ecdc2efc4f276aef58d3726861240b83b2087524","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ecdc2efc4f276aef58d3726861240b83b2087524"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f276aef58d3726861240b83b2087524"}}}],"summary":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:27:07+00:00","hash":"22ea8031745d325a28428b9b62e1dc3754dec462","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/22ea8031745d325a28428b9b62e1dc3754dec462"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/22ea8031745d325a28428b9b62e1dc3754dec462"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/22ea8031745d325a28428b9b62e1dc3754dec462"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/22ea8031745d325a28428b9b62e1dc3754dec462"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/22ea8031745d325a28428b9b62e1dc3754dec462/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/22ea8031745d325a28428b9b62e1dc3754dec462/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/22ea8031745d325a28428b9b62e1dc3754dec462/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update patches\n","parents":[{"hash":"cab709e57bcb6804989d81e91cf1b7b0956ef993","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cab709e57bcb6804989d81e91cf1b7b0956ef993"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb6804989d81e91cf1b7b0956ef993"}}}],"summary":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:27:00+00:00","hash":"3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3bfce45a9fdfcfb0dcc63464b27c1a1f21d3874f/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update patches\n","parents":[{"hash":"297606d1188a7310a96cbc4dbd2fb5e57589a4f0","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a7310a96cbc4dbd2fb5e57589a4f0"}}}],"summary":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-20T22:26:53+00:00","hash":"0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0c5885aaa1e176d54f6730f4c7f03bc1f59bf3dd/statuses"}},"author":{"raw":"Renovate Bot <psre-renovate-bot@atlassian.com>","type":"author","user":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"}},"message":"[Renovate] Update patches\n","parents":[{"hash":"658564847e62da2c0528fb3b9edf671dfd64e67a","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/658564847e62da2c0528fb3b9edf671dfd64e67a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62da2c0528fb3b9edf671dfd64e67a"}}}],"summary":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[Renovate] Update patches\n","html":"<p>[Renovate] Update patches</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-07T10:41:22+00:00","hash":"bad035dee8b5bad61be82c6f5d67440e80d1586f","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/bad035dee8b5bad61be82c6f5d67440e80d1586f"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/bad035dee8b5bad61be82c6f5d67440e80d1586f/statuses"}},"author":{"raw":"Automated Release Script <bamboo_hg_user@buildeng.atlassian.com>","type":"author"},"message":"[maven-release-plugin] prepare for next development iteration\n","parents":[{"hash":"4254458d9f419ba3eadfd626c9227bc426401173","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4254458d9f419ba3eadfd626c9227bc426401173"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4254458d9f419ba3eadfd626c9227bc426401173"}}}],"summary":{"raw":"[maven-release-plugin] prepare for next development iteration\n","html":"<p>[maven-release-plugin] prepare for next development iteration</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[maven-release-plugin] prepare for next development iteration\n","html":"<p>[maven-release-plugin] prepare for next development iteration</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-07T10:41:15+00:00","hash":"4254458d9f419ba3eadfd626c9227bc426401173","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4254458d9f419ba3eadfd626c9227bc426401173"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4254458d9f419ba3eadfd626c9227bc426401173"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4254458d9f419ba3eadfd626c9227bc426401173"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/4254458d9f419ba3eadfd626c9227bc426401173"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4254458d9f419ba3eadfd626c9227bc426401173/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4254458d9f419ba3eadfd626c9227bc426401173/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4254458d9f419ba3eadfd626c9227bc426401173/statuses"}},"author":{"raw":"Automated Release Script <bamboo_hg_user@buildeng.atlassian.com>","type":"author"},"message":"[maven-release-plugin] prepare release atlassian-event-6.0.1\n","parents":[{"hash":"9b5acdf9f6041b014f518a7baef3f5d8815e6e62","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/9b5acdf9f6041b014f518a7baef3f5d8815e6e62"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9b5acdf9f6041b014f518a7baef3f5d8815e6e62"}}}],"summary":{"raw":"[maven-release-plugin] prepare release atlassian-event-6.0.1\n","html":"<p>[maven-release-plugin] prepare release atlassian-event-6.0.1</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[maven-release-plugin] prepare release atlassian-event-6.0.1\n","html":"<p>[maven-release-plugin] prepare release atlassian-event-6.0.1</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-07T08:25:49+00:00","hash":"9b5acdf9f6041b014f518a7baef3f5d8815e6e62","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/9b5acdf9f6041b014f518a7baef3f5d8815e6e62"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/9b5acdf9f6041b014f518a7baef3f5d8815e6e62"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9b5acdf9f6041b014f518a7baef3f5d8815e6e62"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9b5acdf9f6041b014f518a7baef3f5d8815e6e62/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9b5acdf9f6041b014f518a7baef3f5d8815e6e62/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9b5acdf9f6041b014f518a7baef3f5d8815e6e62/statuses"}},"author":{"raw":"Anton Miniailo <aminiailo@atlassian.com>","type":"author","user":{"type":"user","uuid":"{047f2ead-deee-48eb-9233-456682da7eb1}","links":{"html":{"href":"https://bitbucket.org/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AM-6.png"}},"nickname":"Anton Miniailo","account_id":"712020:7842989f-9d1f-4f6b-b8f4-69d39ff4dcb3","display_name":"Anton Miniailo"}},"message":"Merged in issue/6.0.x/WILDT-297-Implement-toString-for-ComparableListenerInvoker-in-atlassian-events-version-6-0 (pull request #228)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n\nApproved-by: Przemysław Grabarek\nApproved-by: Tom Rijnbeek\n","parents":[{"hash":"dc343e3a2f731c7e64098dbf09dda2592a78e693","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/dc343e3a2f731c7e64098dbf09dda2592a78e693"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/dc343e3a2f731c7e64098dbf09dda2592a78e693"}}},{"hash":"a8647609514695f563872c151c4ed6f3d53baddb","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a8647609514695f563872c151c4ed6f3d53baddb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a8647609514695f563872c151c4ed6f3d53baddb"}}}],"summary":{"raw":"Merged in issue/6.0.x/WILDT-297-Implement-toString-for-ComparableListenerInvoker-in-atlassian-events-version-6-0 (pull request #228)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n\nApproved-by: Przemysław Grabarek\nApproved-by: Tom Rijnbeek\n","html":"<p>Merged in issue/6.0.x/<a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>-Implement-toString-for-ComparableListenerInvoker-in-atlassian-events-version-6-0 (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/228\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #228</a>)</p>\n<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x</p>\n<p>Approved-by: Przemysław Grabarek<br>\nApproved-by: Tom Rijnbeek</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/6.0.x/WILDT-297-Implement-toString-for-ComparableListenerInvoker-in-atlassian-events-version-6-0 (pull request #228)\n\nWILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n\nApproved-by: Przemysław Grabarek\nApproved-by: Tom Rijnbeek\n","html":"<p>Merged in issue/6.0.x/<a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>-Implement-toString-for-ComparableListenerInvoker-in-atlassian-events-version-6-0 (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/228\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #228</a>)</p>\n<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x</p>\n<p>Approved-by: Przemysław Grabarek<br>\nApproved-by: Tom Rijnbeek</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-06T13:08:50+00:00","hash":"cad69c3fc0a6ec81baa749f35657a39b9440514d","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/cad69c3fc0a6ec81baa749f35657a39b9440514d"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cad69c3fc0a6ec81baa749f35657a39b9440514d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cad69c3fc0a6ec81baa749f35657a39b9440514d/statuses"}},"author":{"raw":"Anna-Mariia Chyzhevska <achyzhevska@atlassian.com>","type":"author","user":{"type":"user","uuid":"{276c410b-e73f-494d-8742-4d6ea4dd0931}","links":{"html":{"href":"https://bitbucket.org/%7B276c410b-e73f-494d-8742-4d6ea4dd0931%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B276c410b-e73f-494d-8742-4d6ea4dd0931%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AC-5.png"}},"nickname":"Anna-Mariia Chyzhevska","account_id":"6179798ebcb5740068907688","display_name":"Anna-Mariia Chyzhevska"}},"message":"Merged in issue/master/BSP-6651-change-sec-owner (pull request #229)\n\n[BSP-6651]: Automatically created PR for updating security owner\n\nApproved-by: Oleksandr Karabush\n","parents":[{"hash":"9c989b70141f9d649c2a57b7ee0770b5f44c8c03","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"}}},{"hash":"ee4887fb4054bbf13d60a7c6afaa063811c2de20","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ee4887fb4054bbf13d60a7c6afaa063811c2de20"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ee4887fb4054bbf13d60a7c6afaa063811c2de20"}}}],"summary":{"raw":"Merged in issue/master/BSP-6651-change-sec-owner (pull request #229)\n\n[BSP-6651]: Automatically created PR for updating security owner\n\nApproved-by: Oleksandr Karabush\n","html":"<p>Merged in issue/master/<a href=\"http://10.125.96.131:8081/browse/BSP-6651\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6651</a>-change-sec-owner (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/229\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #229</a>)</p>\n<p>[<a href=\"http://10.125.96.131:8081/browse/BSP-6651\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6651</a>]: Automatically created PR for updating security owner</p>\n<p>Approved-by: Oleksandr Karabush</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/master/BSP-6651-change-sec-owner (pull request #229)\n\n[BSP-6651]: Automatically created PR for updating security owner\n\nApproved-by: Oleksandr Karabush\n","html":"<p>Merged in issue/master/<a href=\"http://10.125.96.131:8081/browse/BSP-6651\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6651</a>-change-sec-owner (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/229\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #229</a>)</p>\n<p>[<a href=\"http://10.125.96.131:8081/browse/BSP-6651\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6651</a>]: Automatically created PR for updating security owner</p>\n<p>Approved-by: Oleksandr Karabush</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-06T10:48:33+00:00","hash":"ee4887fb4054bbf13d60a7c6afaa063811c2de20","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ee4887fb4054bbf13d60a7c6afaa063811c2de20"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ee4887fb4054bbf13d60a7c6afaa063811c2de20"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ee4887fb4054bbf13d60a7c6afaa063811c2de20"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ee4887fb4054bbf13d60a7c6afaa063811c2de20"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ee4887fb4054bbf13d60a7c6afaa063811c2de20/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ee4887fb4054bbf13d60a7c6afaa063811c2de20/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ee4887fb4054bbf13d60a7c6afaa063811c2de20/statuses"}},"author":{"raw":"Anna-Mariia Chyzhevska <achyzhevska@atlassian.com>","type":"author","user":{"type":"user","uuid":"{276c410b-e73f-494d-8742-4d6ea4dd0931}","links":{"html":{"href":"https://bitbucket.org/%7B276c410b-e73f-494d-8742-4d6ea4dd0931%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B276c410b-e73f-494d-8742-4d6ea4dd0931%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AC-5.png"}},"nickname":"Anna-Mariia Chyzhevska","account_id":"6179798ebcb5740068907688","display_name":"Anna-Mariia Chyzhevska"}},"message":"[BSP-6411]: security owner update (automatically created commit)","parents":[{"hash":"9c989b70141f9d649c2a57b7ee0770b5f44c8c03","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"}}}],"summary":{"raw":"[BSP-6411]: security owner update (automatically created commit)","html":"<p>[<a href=\"http://10.125.96.131:8081/browse/BSP-6411\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6411</a>]: security owner update (automatically created commit)</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"[BSP-6411]: security owner update (automatically created commit)","html":"<p>[<a href=\"http://10.125.96.131:8081/browse/BSP-6411\" class=\"ap-connect-link\" rel=\"nofollow\">BSP-6411</a>]: security owner update (automatically created commit)</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-06T10:17:54+00:00","hash":"a8647609514695f563872c151c4ed6f3d53baddb","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/a8647609514695f563872c151c4ed6f3d53baddb"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a8647609514695f563872c151c4ed6f3d53baddb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a8647609514695f563872c151c4ed6f3d53baddb"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/a8647609514695f563872c151c4ed6f3d53baddb"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a8647609514695f563872c151c4ed6f3d53baddb/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a8647609514695f563872c151c4ed6f3d53baddb/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a8647609514695f563872c151c4ed6f3d53baddb/statuses"}},"author":{"raw":"Anton Miniailo <aminiailo@atlassian.com>","type":"author","user":{"type":"user","uuid":"{047f2ead-deee-48eb-9233-456682da7eb1}","links":{"html":{"href":"https://bitbucket.org/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AM-6.png"}},"nickname":"Anton Miniailo","account_id":"712020:7842989f-9d1f-4f6b-b8f4-69d39ff4dcb3","display_name":"Anton Miniailo"}},"message":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\nMake StringUtils package local and final.\n","parents":[{"hash":"6d6c3c0f8728c8dfc8718c586aac59d79a0997e4","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"}}}],"summary":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\nMake StringUtils package local and final.\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x<br>\nMake StringUtils package local and final.</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\nMake StringUtils package local and final.\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x<br>\nMake StringUtils package local and final.</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-08-05T14:06:32+00:00","hash":"6d6c3c0f8728c8dfc8718c586aac59d79a0997e4","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6d6c3c0f8728c8dfc8718c586aac59d79a0997e4/statuses"}},"author":{"raw":"Anton Miniailo <aminiailo@atlassian.com>","type":"author","user":{"type":"user","uuid":"{047f2ead-deee-48eb-9233-456682da7eb1}","links":{"html":{"href":"https://bitbucket.org/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B047f2ead-deee-48eb-9233-456682da7eb1%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AM-6.png"}},"nickname":"Anton Miniailo","account_id":"712020:7842989f-9d1f-4f6b-b8f4-69d39ff4dcb3","display_name":"Anton Miniailo"}},"message":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n","parents":[{"hash":"dc343e3a2f731c7e64098dbf09dda2592a78e693","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/dc343e3a2f731c7e64098dbf09dda2592a78e693"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/dc343e3a2f731c7e64098dbf09dda2592a78e693"}}}],"summary":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"WILDT-297: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x\n","html":"<p><a href=\"https://bulldog.stg.internal.atlassian.com/browse/WILDT-297\" class=\"ap-connect-link\" rel=\"nofollow\">WILDT-297</a>: Implement toString() for ComparableListenerInvoker in atlassian-events 6.0.x</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-04-22T08:31:37+00:00","hash":"9c989b70141f9d649c2a57b7ee0770b5f44c8c03","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/9c989b70141f9d649c2a57b7ee0770b5f44c8c03/statuses"}},"author":{"raw":"Krystian Brazulewicz <kbrazulewicz@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c597278d-e074-468a-bfc4-759e4d6d8056}","links":{"html":{"href":"https://bitbucket.org/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/KB-1.png"}},"nickname":"Krystian Brazulewicz","account_id":"557057:cbc8e67b-9cb7-4238-87d4-9d289b22b027","display_name":"Krystian Brazulewicz"}},"message":"Merged in issue/master/DCPL-2704-junit5 (pull request #227)\n\nIssue/master/DCPL-2704 junit5\n\nApproved-by: Tomasz Mrowicki\n","parents":[{"hash":"c9948a30d4fe09776b264f222b50e3556b093a2d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/c9948a30d4fe09776b264f222b50e3556b093a2d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/c9948a30d4fe09776b264f222b50e3556b093a2d"}}},{"hash":"ab13c6ffbfb7311cdb1b343b0085f209db5137cc","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"}}}],"summary":{"raw":"Merged in issue/master/DCPL-2704-junit5 (pull request #227)\n\nIssue/master/DCPL-2704 junit5\n\nApproved-by: Tomasz Mrowicki\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a>-junit5 (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/227\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #227</a>)</p>\n<p>Issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> junit5</p>\n<p>Approved-by: Tomasz Mrowicki</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"Merged in issue/master/DCPL-2704-junit5 (pull request #227)\n\nIssue/master/DCPL-2704 junit5\n\nApproved-by: Tomasz Mrowicki\n","html":"<p>Merged in issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a>-junit5 (<a href=\"https://bitbucket.org/atlassian/atlassian-event/pull-requests/227\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #227</a>)</p>\n<p>Issue/master/<a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> junit5</p>\n<p>Approved-by: Tomasz Mrowicki</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-04-22T07:46:57+00:00","hash":"ab13c6ffbfb7311cdb1b343b0085f209db5137cc","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ab13c6ffbfb7311cdb1b343b0085f209db5137cc"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ab13c6ffbfb7311cdb1b343b0085f209db5137cc/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ab13c6ffbfb7311cdb1b343b0085f209db5137cc/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ab13c6ffbfb7311cdb1b343b0085f209db5137cc/statuses"}},"author":{"raw":"Krystian Brazulewicz <kbrazulewicz@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c597278d-e074-468a-bfc4-759e4d6d8056}","links":{"html":{"href":"https://bitbucket.org/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/KB-1.png"}},"nickname":"Krystian Brazulewicz","account_id":"557057:cbc8e67b-9cb7-4238-87d4-9d289b22b027","display_name":"Krystian Brazulewicz"}},"message":"DCPL-2704 applied AI suggestion\n","parents":[{"hash":"b29d54a5fbdcd925ac2284006bd8d05e134cd669","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b29d54a5fbdcd925ac2284006bd8d05e134cd669"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b29d54a5fbdcd925ac2284006bd8d05e134cd669"}}}],"summary":{"raw":"DCPL-2704 applied AI suggestion\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> applied AI suggestion</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-2704 applied AI suggestion\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> applied AI suggestion</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},{"date":"2025-04-22T07:46:18+00:00","hash":"b29d54a5fbdcd925ac2284006bd8d05e134cd669","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/b29d54a5fbdcd925ac2284006bd8d05e134cd669"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b29d54a5fbdcd925ac2284006bd8d05e134cd669"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b29d54a5fbdcd925ac2284006bd8d05e134cd669"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/b29d54a5fbdcd925ac2284006bd8d05e134cd669"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b29d54a5fbdcd925ac2284006bd8d05e134cd669/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b29d54a5fbdcd925ac2284006bd8d05e134cd669/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b29d54a5fbdcd925ac2284006bd8d05e134cd669/statuses"}},"author":{"raw":"Krystian Brazulewicz <kbrazulewicz@atlassian.com>","type":"author","user":{"type":"user","uuid":"{c597278d-e074-468a-bfc4-759e4d6d8056}","links":{"html":{"href":"https://bitbucket.org/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bc597278d-e074-468a-bfc4-759e4d6d8056%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/KB-1.png"}},"nickname":"Krystian Brazulewicz","account_id":"557057:cbc8e67b-9cb7-4238-87d4-9d289b22b027","display_name":"Krystian Brazulewicz"}},"message":"DCPL-2704 applied AI suggestion\n","parents":[{"hash":"1b35b2e5af7828ae50a05d993f22b8377936b497","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/1b35b2e5af7828ae50a05d993f22b8377936b497"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1b35b2e5af7828ae50a05d993f22b8377936b497"}}}],"summary":{"raw":"DCPL-2704 applied AI suggestion\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> applied AI suggestion</p>","type":"rendered","markup":"markdown"},"rendered":{"message":{"raw":"DCPL-2704 applied AI suggestion\n","html":"<p><a rel=\"nofollow\" href=\"https://ecosystem.atlassian.net/browse/DCPL-2704\" target=\"_blank\" data-module-key=\"dvcs-connector-issue-key-linker\" data-link-key=\"dvcs-connector-issue-key-linker\" data-app-key=\"jira-bitbucket-connector-plugin.61b6191d-d412-3043-a96c-75b7bceaed1f\" data-principal-uuid=\"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}\" class=\"ap-connect-dialog\">DCPL-2704</a> applied AI suggestion</p>","type":"rendered","markup":"markdown"}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:13.542Z","request_id":"428edc44-c73e-4ac0-b243-46ae17634656"},"status":"ok","message":"Repository commits","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/forks":{"get":{"operationId":"get_v1_repo_forks","tags":["Repository"],"summary":"Forks","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"page":1,"size":0,"values":[],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:14.392Z","request_id":"3431cfbf-4af7-4c3b-85c5-ecd19efc6cde"},"status":"ok","message":"Repository forks","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/pullrequests":{"get":{"operationId":"get_v1_repo_pullrequests","tags":["Repository"],"summary":"Pull requests","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"state","in":"query","required":false,"description":"OPEN|MERGED|DECLINED|SUPERSEDED","schema":{"type":"string"}},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"page":1,"size":6,"values":[{"id":219,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:6315b3bac849%0Decdc2efc4f27?from_pullrequest_id=219&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/219"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:6315b3bac849%0Decdc2efc4f27?from_pullrequest_id=219&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/219/request-changes"}},"state":"OPEN","title":"[Renovate] Update patches (5.1.x) (patch) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/5.1.x-patch-patches","links":[]},"commit":{"hash":"6315b3bac849","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/6315b3bac849"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/6315b3bac849"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.plugins:atlassian-plugins-osgi](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-osgi-events](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-core](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-api](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.1.10` -> `6.1.14` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.jacoco.org/jacoco/trunk/doc/maven.html\" rel=\"nofollow\">org.jacoco:jacoco-maven-plugin</a> (<a data-is-external-link=\"true\" href=\"https://github.com/jacoco/jacoco\" rel=\"nofollow\">source</a>)</td>\n<td>build</td>\n<td>patch</td>\n<td><code>0.8.10</code> -&gt; <code>0.8.13</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-expression</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-beans</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.plugins:atlassian-plugins-osgi</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/atlassian-plugins\" rel=\"nofollow\">source</a>)</td>\n<td>compile</td>\n<td>patch</td>\n<td><code>7.5.0</code> -&gt; <code>7.5.6</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.plugins:atlassian-plugins-osgi-events</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/atlassian-plugins\" rel=\"nofollow\">source</a>)</td>\n<td>compile</td>\n<td>patch</td>\n<td><code>7.5.0</code> -&gt; <code>7.5.6</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.plugins:atlassian-plugins-core</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/atlassian-plugins\" rel=\"nofollow\">source</a>)</td>\n<td>compile</td>\n<td>patch</td>\n<td><code>7.5.0</code> -&gt; <code>7.5.6</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.plugins:atlassian-plugins-api</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/atlassian-plugins\" rel=\"nofollow\">source</a>)</td>\n<td>compile</td>\n<td>patch</td>\n<td><code>7.5.0</code> -&gt; <code>7.5.6</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform:third-party</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/platform-poms\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>6.1.10</code> -&gt; <code>6.1.14</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate/discussions\" rel=\"nofollow\">config help</a> if that's undesired.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-05-25T11:48:32.489764+00:00","task_count":0,"updated_on":"2026-03-13T15:04:43.173842+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.plugins:atlassian-plugins-osgi](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-osgi-events](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-core](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.plugins:atlassian-plugins-api](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/atlassian-plugins)) | compile | patch | `7.5.0` -> `7.5.6` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.1.10` -> `6.1.14` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"5.1.x"},"commit":{"hash":"ecdc2efc4f27","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ecdc2efc4f27"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ecdc2efc4f27"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":3,"close_source_branch":true},{"id":220,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:d8b75c65aa78%0D4da427756fcf?from_pullrequest_id=220&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/220"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:d8b75c65aa78%0D4da427756fcf?from_pullrequest_id=220&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/220/request-changes"}},"state":"OPEN","title":"[Renovate] Update patches (6.0.x) (patch) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/6.0.x-patch-patches","links":[]},"commit":{"hash":"d8b75c65aa78","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/d8b75c65aa78"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/d8b75c65aa78"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [com.atlassian.platform.dependencies:platform-test-resources](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.platform.dependencies:platform-system-classpath](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.platform.dependencies:platform-public-api](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.pom:public-pom](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/parent-poms)) | parent | patch | `6.3.1` -> `6.3.9` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.jacoco.org/jacoco/trunk/doc/maven.html\" rel=\"nofollow\">org.jacoco:jacoco-maven-plugin</a> (<a data-is-external-link=\"true\" href=\"https://github.com/jacoco/jacoco\" rel=\"nofollow\">source</a>)</td>\n<td>build</td>\n<td>patch</td>\n<td><code>0.8.10</code> -&gt; <code>0.8.13</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform.dependencies:platform-test-resources</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/dc-platform\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>7.0.6</code> -&gt; <code>7.0.30</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform.dependencies:platform-system-classpath</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/dc-platform\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>7.0.6</code> -&gt; <code>7.0.30</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform.dependencies:platform-public-api</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/dc-platform\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>7.0.6</code> -&gt; <code>7.0.30</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.pom:public-pom</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/parent-poms\" rel=\"nofollow\">source</a>)</td>\n<td>parent</td>\n<td>patch</td>\n<td><code>6.3.1</code> -&gt; <code>6.3.9</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate/discussions\" rel=\"nofollow\">config help</a> if that's undesired.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-05-25T11:48:49.953137+00:00","task_count":0,"updated_on":"2025-08-27T19:53:04.945418+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [com.atlassian.platform.dependencies:platform-test-resources](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.platform.dependencies:platform-system-classpath](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.platform.dependencies:platform-public-api](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/dc-platform)) | import | patch | `7.0.6` -> `7.0.30` |\n| [com.atlassian.pom:public-pom](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/parent-poms)) | parent | patch | `6.3.1` -> `6.3.9` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"6.0.x"},"commit":{"hash":"4da427756fcf","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4da427756fcf"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":2,"close_source_branch":true},{"id":204,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:4c1421eb1e30%0D4da427756fcf?from_pullrequest_id=204&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/204"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:4c1421eb1e30%0D4da427756fcf?from_pullrequest_id=204&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/204/request-changes"}},"state":"OPEN","title":"[Renovate] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 (6.0.x) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/6.0.x-org.apache.maven.plugins-maven-compiler-plugin-3.n","links":[]},"commit":{"hash":"4c1421eb1e30","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4c1421eb1e30"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4c1421eb1e30"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | build | minor | `3.11.0` -> `3.14.0` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://maven.apache.org/plugins/\" rel=\"nofollow\">org.apache.maven.plugins:maven-compiler-plugin</a></td>\n<td>build</td>\n<td>minor</td>\n<td><code>3.11.0</code> -&gt; <code>3.14.0</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>🔕 <strong>Ignore</strong>: Close this PR and you won't be reminded about this update again.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-02-10T07:51:34.830725+00:00","task_count":0,"updated_on":"2025-08-27T19:53:01.702183+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | build | minor | `3.11.0` -> `3.14.0` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"6.0.x"},"commit":{"hash":"4da427756fcf","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4da427756fcf"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4da427756fcf"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":2,"close_source_branch":true},{"id":217,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:22ea8031745d%0Dcab709e57bcb?from_pullrequest_id=217&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/217"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:22ea8031745d%0Dcab709e57bcb?from_pullrequest_id=217&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/217/request-changes"}},"state":"OPEN","title":"[Renovate] Update patches (5.0.x) (patch) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/5.0.x-patch-patches","links":[]},"commit":{"hash":"22ea8031745d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/22ea8031745d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/22ea8031745d"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.31` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.jacoco.org/jacoco/trunk/doc/maven.html\" rel=\"nofollow\">org.jacoco:jacoco-maven-plugin</a> (<a data-is-external-link=\"true\" href=\"https://github.com/jacoco/jacoco\" rel=\"nofollow\">source</a>)</td>\n<td>build</td>\n<td>patch</td>\n<td><code>0.8.10</code> -&gt; <code>0.8.13</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-expression</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-beans</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform:third-party</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/platform-poms\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>6.0.31</code> -&gt; <code>6.0.63</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate/discussions\" rel=\"nofollow\">config help</a> if that's undesired.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-05-19T02:26:29.905311+00:00","task_count":0,"updated_on":"2025-08-27T19:52:56.876234+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.31` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"5.0.x"},"commit":{"hash":"cab709e57bcb","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cab709e57bcb"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cab709e57bcb"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":2,"close_source_branch":true},{"id":216,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:3bfce45a9fdf%0D297606d1188a?from_pullrequest_id=216&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/216"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:3bfce45a9fdf%0D297606d1188a?from_pullrequest_id=216&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/216/request-changes"}},"state":"OPEN","title":"[Renovate] Update patches (4.1.x) (patch) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/4.1.x-patch-patches","links":[]},"commit":{"hash":"3bfce45a9fdf","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/3bfce45a9fdf"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/3bfce45a9fdf"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.31` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.jacoco.org/jacoco/trunk/doc/maven.html\" rel=\"nofollow\">org.jacoco:jacoco-maven-plugin</a> (<a data-is-external-link=\"true\" href=\"https://github.com/jacoco/jacoco\" rel=\"nofollow\">source</a>)</td>\n<td>build</td>\n<td>patch</td>\n<td><code>0.8.10</code> -&gt; <code>0.8.13</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-expression</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-beans</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform:third-party</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/platform-poms\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>6.0.31</code> -&gt; <code>6.0.63</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate/discussions\" rel=\"nofollow\">config help</a> if that's undesired.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-05-19T02:26:10.888592+00:00","task_count":0,"updated_on":"2025-08-27T19:52:52.301569+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.31` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"4.1.x"},"commit":{"hash":"297606d1188a","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/297606d1188a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/297606d1188a"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":2,"close_source_branch":true},{"id":215,"type":"pullrequest","draft":false,"links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/atlassian/atlassian-event:0c5885aaa1e1%0D658564847e62?from_pullrequest_id=215&topic=true"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/pull-requests/215"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215"},"merge":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/merge"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/approve"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/commits"},"decline":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/decline"},"activity":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/activity"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/comments"},"diffstat":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diffstat/atlassian/atlassian-event:0c5885aaa1e1%0D658564847e62?from_pullrequest_id=215&topic=true"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/statuses"},"request-changes":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests/215/request-changes"}},"state":"OPEN","title":"[Renovate] Update patches (4.0.x) (patch) - abandoned","author":{"type":"user","uuid":"{250a442a-3ab3-4fcb-87c3-3c8f3df65ec7}","links":{"html":{"href":"https://bitbucket.org/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B250a442a-3ab3-4fcb-87c3-3c8f3df65ec7%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/6972ee037c9f36360170a86f544071a2?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-3.png"}},"nickname":"Renovate Bot","account_id":"5d5355e8c6b9320d9ea5b28d","display_name":"psre-renovate-bot"},"queued":false,"reason":"","source":{"branch":{"name":"renovate/4.0.x-patch-patches","links":[]},"commit":{"hash":"0c5885aaa1e1","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/0c5885aaa1e1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/0c5885aaa1e1"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"summary":{"raw":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.30` -> `6.0.63` |\n| [com.atlassian.platform:platform](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.30` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","html":"<p>This PR contains the following updates:</p>\n<table>\n<thead>\n<tr>\n<th>Package</th>\n<th>Type</th>\n<th>Update</th>\n<th>Change</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.jacoco.org/jacoco/trunk/doc/maven.html\" rel=\"nofollow\">org.jacoco:jacoco-maven-plugin</a> (<a data-is-external-link=\"true\" href=\"https://github.com/jacoco/jacoco\" rel=\"nofollow\">source</a>)</td>\n<td>build</td>\n<td>patch</td>\n<td><code>0.8.10</code> -&gt; <code>0.8.13</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-expression</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://github.com/spring-projects/spring-framework\" rel=\"nofollow\">org.springframework:spring-beans</a></td>\n<td>compile</td>\n<td>patch</td>\n<td><code>5.3.27</code> -&gt; <code>5.3.39-atlassian-4</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform:third-party</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/platform-poms\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>6.0.30</code> -&gt; <code>6.0.63</code></td>\n</tr>\n<tr>\n<td><a data-is-external-link=\"true\" href=\"https://www.atlassian.com/\" rel=\"nofollow\">com.atlassian.platform:platform</a> (<a data-is-external-link=\"true\" href=\"https://bitbucket.org/atlassian/platform-poms\" rel=\"nofollow\">source</a>)</td>\n<td>import</td>\n<td>patch</td>\n<td><code>6.0.30</code> -&gt; <code>6.0.63</code></td>\n</tr>\n</tbody>\n</table>\n<p>Have a look at your <a data-is-external-link=\"true\" href=\"https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html\" rel=\"nofollow\">dependency dashboard</a></p>\n<hr>\n<h3 id=\"markdown-header-configuration\">Configuration</h3>\n<p>📅 <strong>Schedule</strong>: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).</p>\n<p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p>\n<p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".</p>\n<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate/discussions\" rel=\"nofollow\">config help</a> if that's undesired.</p>\n<hr>\n<p>This PR has been generated by <a data-is-external-link=\"true\" href=\"https://github.com/renovatebot/renovate\" rel=\"nofollow\">Renovate Bot</a>.</p>","type":"rendered","markup":"markdown"},"created_on":"2024-05-18T17:25:11.471274+00:00","task_count":0,"updated_on":"2025-08-27T19:52:49.622717+00:00","description":"This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.10` -> `0.8.13` |\n| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | compile | patch | `5.3.27` -> `5.3.39-atlassian-4` |\n| [com.atlassian.platform:third-party](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.30` -> `6.0.63` |\n| [com.atlassian.platform:platform](https://www.atlassian.com/) ([source](https://bitbucket.org/atlassian/platform-poms)) | import | patch | `6.0.30` -> `6.0.63` |\n\nHave a look at your [dependency dashboard](https://statlas.prod.atl-paas.net/renovate-dashboards/atlassian/atlassian-event.html)\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or by renaming this PR to start with \"rebase!\".\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).","destination":{"branch":{"name":"4.0.x"},"commit":{"hash":"658564847e62","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/658564847e62"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/658564847e62"}}},"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"comment_count":2,"close_source_branch":true}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:15.337Z","request_id":"076c3a81-fa7b-455b-88c4-e8a9af1a38ff"},"status":"ok","message":"Repository pull requests","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/src":{"get":{"operationId":"get_v1_repo_src","tags":["Repository"],"summary":"File tree","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"path","in":"query","required":false,"description":"Directory path","schema":{"type":"string"}},{"name":"ref","in":"query","required":false,"description":"Branch/tag/commit","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"ref":"master","path":"/","count":2,"entries":[{"path":".gitignore","size":19,"type":"commit_file","commit":"8047fe879513ff5a470b7994aedef94fdcab9b72"},{"path":"README.md","size":187,"type":"commit_file","commit":"8047fe879513ff5a470b7994aedef94fdcab9b72"}]},"meta":{"timestamp":"2026-06-02T16:52:16.626Z","request_id":"42be9856-a48b-4757-92b0-c998a4147e5f"},"status":"ok","message":"Repository file tree","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/tags":{"get":{"operationId":"get_v1_repo_tags","tags":["Repository"],"summary":"Tags","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"next":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags?pagelen=30&page=2","page":1,"size":91,"values":[{"name":"atlassian-event-0.2","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-0.2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-0.2"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-0.2"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/7603a42e6ae2e4b8239fd97ad0de9dc46fe2cbec/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-0.3","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-0.3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-0.3"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-0.3"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"5f9023fc91b86e4ecc8f065feb7239c0c047b019","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/5f9023fc91b86e4ecc8f065feb7239c0c047b019"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/5f9023fc91b86e4ecc8f065feb7239c0c047b019"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5f9023fc91b86e4ecc8f065feb7239c0c047b019"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/5f9023fc91b86e4ecc8f065feb7239c0c047b019"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5f9023fc91b86e4ecc8f065feb7239c0c047b019/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5f9023fc91b86e4ecc8f065feb7239c0c047b019/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5f9023fc91b86e4ecc8f065feb7239c0c047b019/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-0.4","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-0.4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-0.4"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-0.4"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"f64403d2bf6aa07d9b5ed70f69af96efb38f50b0","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f64403d2bf6aa07d9b5ed70f69af96efb38f50b0/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-0.5","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-0.5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-0.5"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-0.5"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"2d36cc03d343d9d1d80d948d4ebf52825654b66a","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/2d36cc03d343d9d1d80d948d4ebf52825654b66a"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/2d36cc03d343d9d1d80d948d4ebf52825654b66a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2d36cc03d343d9d1d80d948d4ebf52825654b66a"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/2d36cc03d343d9d1d80d948d4ebf52825654b66a"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2d36cc03d343d9d1d80d948d4ebf52825654b66a/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2d36cc03d343d9d1d80d948d4ebf52825654b66a/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2d36cc03d343d9d1d80d948d4ebf52825654b66a/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-0.6","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-0.6"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-0.6"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-0.6"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"ad549560735d5ccb9116028484fe47fcae97043f","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ad549560735d5ccb9116028484fe47fcae97043f"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ad549560735d5ccb9116028484fe47fcae97043f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ad549560735d5ccb9116028484fe47fcae97043f"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ad549560735d5ccb9116028484fe47fcae97043f"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ad549560735d5ccb9116028484fe47fcae97043f/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ad549560735d5ccb9116028484fe47fcae97043f/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ad549560735d5ccb9116028484fe47fcae97043f/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-1.0","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-1.0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-1.0"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-1.0"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"429575330e5918adfa0aa9a0c3bb4a4e2af79072","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/429575330e5918adfa0aa9a0c3bb4a4e2af79072"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/429575330e5918adfa0aa9a0c3bb4a4e2af79072"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/429575330e5918adfa0aa9a0c3bb4a4e2af79072"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/429575330e5918adfa0aa9a0c3bb4a4e2af79072"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/429575330e5918adfa0aa9a0c3bb4a4e2af79072/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/429575330e5918adfa0aa9a0c3bb4a4e2af79072/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/429575330e5918adfa0aa9a0c3bb4a4e2af79072/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-1.0.1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-1.0.1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-1.0.1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-1.0.1"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"4127dbd7bce7461146743e6521d3c77655fcfc74","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/4127dbd7bce7461146743e6521d3c77655fcfc74"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4127dbd7bce7461146743e6521d3c77655fcfc74"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4127dbd7bce7461146743e6521d3c77655fcfc74"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/4127dbd7bce7461146743e6521d3c77655fcfc74"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4127dbd7bce7461146743e6521d3c77655fcfc74/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4127dbd7bce7461146743e6521d3c77655fcfc74/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4127dbd7bce7461146743e6521d3c77655fcfc74/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-1.0.2","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-1.0.2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-1.0.2"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-1.0.2"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"f1fa2417a85040259b0ce2892c83b1b747671010","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/f1fa2417a85040259b0ce2892c83b1b747671010"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/f1fa2417a85040259b0ce2892c83b1b747671010"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f1fa2417a85040259b0ce2892c83b1b747671010"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/f1fa2417a85040259b0ce2892c83b1b747671010"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f1fa2417a85040259b0ce2892c83b1b747671010/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f1fa2417a85040259b0ce2892c83b1b747671010/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/f1fa2417a85040259b0ce2892c83b1b747671010/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"1bc9972bf68e0591faf4adfb45b9454d59c47860","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/1bc9972bf68e0591faf4adfb45b9454d59c47860"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/1bc9972bf68e0591faf4adfb45b9454d59c47860"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1bc9972bf68e0591faf4adfb45b9454d59c47860"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/1bc9972bf68e0591faf4adfb45b9454d59c47860"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1bc9972bf68e0591faf4adfb45b9454d59c47860/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1bc9972bf68e0591faf4adfb45b9454d59c47860/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1bc9972bf68e0591faf4adfb45b9454d59c47860/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta1"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"74fa146eec4b5e364673dc84b34591db6865e30d","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/74fa146eec4b5e364673dc84b34591db6865e30d"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/74fa146eec4b5e364673dc84b34591db6865e30d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/74fa146eec4b5e364673dc84b34591db6865e30d"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/74fa146eec4b5e364673dc84b34591db6865e30d"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/74fa146eec4b5e364673dc84b34591db6865e30d/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/74fa146eec4b5e364673dc84b34591db6865e30d/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/74fa146eec4b5e364673dc84b34591db6865e30d/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta2","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta2"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta2"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"a827ec9129f16fba526cb80b875bbec9a206b7ca","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/a827ec9129f16fba526cb80b875bbec9a206b7ca"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a827ec9129f16fba526cb80b875bbec9a206b7ca"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a827ec9129f16fba526cb80b875bbec9a206b7ca"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/a827ec9129f16fba526cb80b875bbec9a206b7ca"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a827ec9129f16fba526cb80b875bbec9a206b7ca/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a827ec9129f16fba526cb80b875bbec9a206b7ca/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a827ec9129f16fba526cb80b875bbec9a206b7ca/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta3","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta3"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta3"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"44582a8518b3a02bbfee9d22fe30f899037512a6","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/44582a8518b3a02bbfee9d22fe30f899037512a6"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/44582a8518b3a02bbfee9d22fe30f899037512a6"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/44582a8518b3a02bbfee9d22fe30f899037512a6"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/44582a8518b3a02bbfee9d22fe30f899037512a6"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/44582a8518b3a02bbfee9d22fe30f899037512a6/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/44582a8518b3a02bbfee9d22fe30f899037512a6/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/44582a8518b3a02bbfee9d22fe30f899037512a6/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta4","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta4"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta4"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"e9c601e6726fcbdde06f1fa8dc01989190f614f9","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/e9c601e6726fcbdde06f1fa8dc01989190f614f9"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/e9c601e6726fcbdde06f1fa8dc01989190f614f9"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e9c601e6726fcbdde06f1fa8dc01989190f614f9"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/e9c601e6726fcbdde06f1fa8dc01989190f614f9"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e9c601e6726fcbdde06f1fa8dc01989190f614f9/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e9c601e6726fcbdde06f1fa8dc01989190f614f9/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e9c601e6726fcbdde06f1fa8dc01989190f614f9/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta5","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta5"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta5"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"258dcdc9208be1c6122c992b519478902328b023","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/258dcdc9208be1c6122c992b519478902328b023"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/258dcdc9208be1c6122c992b519478902328b023"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/258dcdc9208be1c6122c992b519478902328b023"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/258dcdc9208be1c6122c992b519478902328b023"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/258dcdc9208be1c6122c992b519478902328b023/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/258dcdc9208be1c6122c992b519478902328b023/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/258dcdc9208be1c6122c992b519478902328b023/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta6","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta6"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta6"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta6"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"ebeafd175e1d8ec339293547d82fe3da29c10cdc","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ebeafd175e1d8ec339293547d82fe3da29c10cdc"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ebeafd175e1d8ec339293547d82fe3da29c10cdc"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ebeafd175e1d8ec339293547d82fe3da29c10cdc"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ebeafd175e1d8ec339293547d82fe3da29c10cdc"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ebeafd175e1d8ec339293547d82fe3da29c10cdc/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ebeafd175e1d8ec339293547d82fe3da29c10cdc/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ebeafd175e1d8ec339293547d82fe3da29c10cdc/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta7","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta7"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta7"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta7"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"8aa5d477940cfc91b8e1ff5410e10561907fc6ae","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/8aa5d477940cfc91b8e1ff5410e10561907fc6ae"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8aa5d477940cfc91b8e1ff5410e10561907fc6ae"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8aa5d477940cfc91b8e1ff5410e10561907fc6ae"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/8aa5d477940cfc91b8e1ff5410e10561907fc6ae"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8aa5d477940cfc91b8e1ff5410e10561907fc6ae/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8aa5d477940cfc91b8e1ff5410e10561907fc6ae/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8aa5d477940cfc91b8e1ff5410e10561907fc6ae/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.0.beta8","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.0.beta8"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.0.beta8"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.0.beta8"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"90dbebe8fcc1cab17989cd4606501477b9f2a685","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/90dbebe8fcc1cab17989cd4606501477b9f2a685"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/90dbebe8fcc1cab17989cd4606501477b9f2a685"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/90dbebe8fcc1cab17989cd4606501477b9f2a685"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/90dbebe8fcc1cab17989cd4606501477b9f2a685"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/90dbebe8fcc1cab17989cd4606501477b9f2a685/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/90dbebe8fcc1cab17989cd4606501477b9f2a685/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/90dbebe8fcc1cab17989cd4606501477b9f2a685/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.1"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"5a68eb96cc73f6b148167c1f1a42f2c61a01df05","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/5a68eb96cc73f6b148167c1f1a42f2c61a01df05"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/5a68eb96cc73f6b148167c1f1a42f2c61a01df05"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5a68eb96cc73f6b148167c1f1a42f2c61a01df05"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/5a68eb96cc73f6b148167c1f1a42f2c61a01df05"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5a68eb96cc73f6b148167c1f1a42f2c61a01df05/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5a68eb96cc73f6b148167c1f1a42f2c61a01df05/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5a68eb96cc73f6b148167c1f1a42f2c61a01df05/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.2","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.2"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.2"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"09c8b9bf407e44c8ffec65b7e87838382d3c0cc4","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/09c8b9bf407e44c8ffec65b7e87838382d3c0cc4/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.3","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.3"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.3"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"ce9eacfb7241e43ee2d0818989204761463e63b9","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/ce9eacfb7241e43ee2d0818989204761463e63b9"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/ce9eacfb7241e43ee2d0818989204761463e63b9"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ce9eacfb7241e43ee2d0818989204761463e63b9"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/ce9eacfb7241e43ee2d0818989204761463e63b9"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ce9eacfb7241e43ee2d0818989204761463e63b9/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ce9eacfb7241e43ee2d0818989204761463e63b9/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/ce9eacfb7241e43ee2d0818989204761463e63b9/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"name":"atlassian-event-2.0.4","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.4"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.4"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.4"}},"target":{"date":"2010-10-08T18:38:42+00:00","hash":"141b5a10493971fb9323700c109cbd902399f9ae","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/141b5a10493971fb9323700c109cbd902399f9ae"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/141b5a10493971fb9323700c109cbd902399f9ae"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/141b5a10493971fb9323700c109cbd902399f9ae"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/141b5a10493971fb9323700c109cbd902399f9ae"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/141b5a10493971fb9323700c109cbd902399f9ae/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/141b5a10493971fb9323700c109cbd902399f9ae/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/141b5a10493971fb9323700c109cbd902399f9ae/statuses"}},"author":{"raw":"Dylan Etkin <detkin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{bc8e30f0-50bf-4c79-8193-003c288a2af8}","links":{"html":{"href":"https://bitbucket.org/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Bbc8e30f0-50bf-4c79-8193-003c288a2af8%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e1ef8ef737e394a17ffbc27c889c2b22?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FDE-1.png"}},"nickname":"Dylan Etkin","account_id":"557057:fc81934f-b69c-4043-9192-402875fa48de","display_name":"Dylan Etkin"}},"message":"importing the source from the old repo\n\n","parents":[],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"date":"2010-11-18T03:23:37+00:00","name":"atlassian-event-2.0.5","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.5"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.5"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.5"}},"tagger":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"target":{"date":"2010-11-18T03:23:26+00:00","hash":"2bf63087f8680d2699ddaf2e5c573c1b096093b3","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/2bf63087f8680d2699ddaf2e5c573c1b096093b3"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/2bf63087f8680d2699ddaf2e5c573c1b096093b3"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2bf63087f8680d2699ddaf2e5c573c1b096093b3"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/2bf63087f8680d2699ddaf2e5c573c1b096093b3"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2bf63087f8680d2699ddaf2e5c573c1b096093b3/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2bf63087f8680d2699ddaf2e5c573c1b096093b3/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2bf63087f8680d2699ddaf2e5c573c1b096093b3/statuses"}},"author":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.0.5\n","parents":[{"hash":"2920eba2b829c9ce891c6b503a25d28c31922635","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/2920eba2b829c9ce891c6b503a25d28c31922635"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/2920eba2b829c9ce891c6b503a25d28c31922635"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-scm] copy for tag atlassian-event-2.0.5\n"},{"name":"atlassian-event-2.0.6","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.0.6"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.0.6"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.0.6"}},"target":{"date":"2011-01-06T05:26:31+00:00","hash":"aee2eeb4f9e80b01c0981f539202a9a14edf573c","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/aee2eeb4f9e80b01c0981f539202a9a14edf573c"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/aee2eeb4f9e80b01c0981f539202a9a14edf573c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/aee2eeb4f9e80b01c0981f539202a9a14edf573c"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/aee2eeb4f9e80b01c0981f539202a9a14edf573c/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/aee2eeb4f9e80b01c0981f539202a9a14edf573c/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/aee2eeb4f9e80b01c0981f539202a9a14edf573c/statuses"}},"author":{"raw":"Daniel Kjellin <dkjellin@atlassian.com>","type":"author","user":{"type":"user","uuid":"{9d826d26-bff9-46a8-b7f5-0b26f5b08440}","links":{"html":{"href":"https://bitbucket.org/%7B9d826d26-bff9-46a8-b7f5-0b26f5b08440%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B9d826d26-bff9-46a8-b7f5-0b26f5b08440%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/DK-4.png"}},"nickname":"Daniel","account_id":"557057:cab55c9d-cc6a-41f8-a91c-b63f05e33ca5","display_name":"Daniel Kjellin"}},"message":"[maven-scm] copy for tag atlassian-event-2.0.6\n","parents":[{"hash":"4bd0309749f8715e22c4bdafa2a549abd6b2bf60","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4bd0309749f8715e22c4bdafa2a549abd6b2bf60"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4bd0309749f8715e22c4bdafa2a549abd6b2bf60"}}},{"hash":"a17450e326ba0ed399e2d3de546aef4d5987d4c0","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/a17450e326ba0ed399e2d3de546aef4d5987d4c0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/a17450e326ba0ed399e2d3de546aef4d5987d4c0"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}}},{"date":"2010-12-22T23:37:45+00:00","name":"atlassian-event-2.1.0","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.1.0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.1.0"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.1.0"}},"tagger":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"target":{"date":"2010-12-22T23:37:33+00:00","hash":"cb4d5d53a36e958de43db085f106b4bc5ed81f4a","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/cb4d5d53a36e958de43db085f106b4bc5ed81f4a"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cb4d5d53a36e958de43db085f106b4bc5ed81f4a"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cb4d5d53a36e958de43db085f106b4bc5ed81f4a"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/cb4d5d53a36e958de43db085f106b4bc5ed81f4a"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cb4d5d53a36e958de43db085f106b4bc5ed81f4a/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cb4d5d53a36e958de43db085f106b4bc5ed81f4a/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cb4d5d53a36e958de43db085f106b4bc5ed81f4a/statuses"}},"author":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.1.0\n","parents":[{"hash":"cecb49395360447b2d84d4eb0499c2800fa4981f","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/cecb49395360447b2d84d4eb0499c2800fa4981f"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/cecb49395360447b2d84d4eb0499c2800fa4981f"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-scm] copy for tag atlassian-event-2.1.0\n"},{"date":"2010-12-17T02:36:16+00:00","name":"atlassian-event-2.1.0-alpha1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.1.0-alpha1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.1.0-alpha1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.1.0-alpha1"}},"tagger":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"target":{"date":"2010-12-17T02:36:04+00:00","hash":"e061775ebf17840ed0b36f8d7e34b51d30d3ed62","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/e061775ebf17840ed0b36f8d7e34b51d30d3ed62"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/e061775ebf17840ed0b36f8d7e34b51d30d3ed62"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e061775ebf17840ed0b36f8d7e34b51d30d3ed62"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/e061775ebf17840ed0b36f8d7e34b51d30d3ed62"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e061775ebf17840ed0b36f8d7e34b51d30d3ed62/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e061775ebf17840ed0b36f8d7e34b51d30d3ed62/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/e061775ebf17840ed0b36f8d7e34b51d30d3ed62/statuses"}},"author":{"raw":"James Dumay <jdumay@atlassian.com>","type":"author","user":{"type":"user","uuid":"{0689b7e7-bed8-493b-9958-dcb2df981529}","links":{"html":{"href":"https://bitbucket.org/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B0689b7e7-bed8-493b-9958-dcb2df981529%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JD-5.png"}},"nickname":"James Dumay","account_id":"557057:fba01a7c-e2af-4d6a-8deb-7534e6653a86","display_name":"James Dumay"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.1.0-alpha1\n","parents":[{"hash":"08b06da5ea732fb955e470dd4b1a940800a573ab","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/08b06da5ea732fb955e470dd4b1a940800a573ab"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/08b06da5ea732fb955e470dd4b1a940800a573ab"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-scm] copy for tag atlassian-event-2.1.0-alpha1\n"},{"date":"2011-04-14T01:52:51+00:00","name":"atlassian-event-2.1.1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.1.1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.1.1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.1.1"}},"tagger":{"raw":"Olli Nevalainen <onevalainen@atlassian.com>","type":"author","user":{"type":"user","uuid":"{a68d3879-8b61-4fb9-a47b-5f5479720a4b}","links":{"html":{"href":"https://bitbucket.org/%7Ba68d3879-8b61-4fb9-a47b-5f5479720a4b%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Ba68d3879-8b61-4fb9-a47b-5f5479720a4b%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/ON-1.png"}},"nickname":"Olli Nevalainen","account_id":"557057:2de1b831-1bca-4e7e-93d4-b3b52eda3690","display_name":"Olli Nevalainen"}},"target":{"date":"2011-04-14T01:52:50+00:00","hash":"536b58611fd2c0200cdc20cd55ab1f280635ce7c","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/536b58611fd2c0200cdc20cd55ab1f280635ce7c"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/536b58611fd2c0200cdc20cd55ab1f280635ce7c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/536b58611fd2c0200cdc20cd55ab1f280635ce7c"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/536b58611fd2c0200cdc20cd55ab1f280635ce7c"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/536b58611fd2c0200cdc20cd55ab1f280635ce7c/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/536b58611fd2c0200cdc20cd55ab1f280635ce7c/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/536b58611fd2c0200cdc20cd55ab1f280635ce7c/statuses"}},"author":{"raw":"Olli Nevalainen <onevalainen@atlassian.com>","type":"author","user":{"type":"user","uuid":"{a68d3879-8b61-4fb9-a47b-5f5479720a4b}","links":{"html":{"href":"https://bitbucket.org/%7Ba68d3879-8b61-4fb9-a47b-5f5479720a4b%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7Ba68d3879-8b61-4fb9-a47b-5f5479720a4b%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/ON-1.png"}},"nickname":"Olli Nevalainen","account_id":"557057:2de1b831-1bca-4e7e-93d4-b3b52eda3690","display_name":"Olli Nevalainen"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.1.1\n","parents":[{"hash":"dda08380862167bd3c1424c697f437acc283310c","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/dda08380862167bd3c1424c697f437acc283310c"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/dda08380862167bd3c1424c697f437acc283310c"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-scm] copy for tag atlassian-event-2.1.1\n"},{"date":"2012-01-05T01:49:13+00:00","name":"atlassian-event-2.2.0","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.2.0"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.2.0"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.2.0"}},"tagger":{"raw":"Justin Koke <jkoke@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3fe04704-78ca-49e7-b7ea-bbc8a374115f}","links":{"html":{"href":"https://bitbucket.org/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JK-0.png"}},"nickname":"justin","account_id":"557058:c8958399-4840-4ba2-b496-8ffba3e0e961","display_name":"Justin Koke"}},"target":{"date":"2012-01-05T01:49:07+00:00","hash":"b76dd9f5d974848f94de14821b0460d3e30ff33e","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/b76dd9f5d974848f94de14821b0460d3e30ff33e"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b76dd9f5d974848f94de14821b0460d3e30ff33e"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b76dd9f5d974848f94de14821b0460d3e30ff33e"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/b76dd9f5d974848f94de14821b0460d3e30ff33e"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b76dd9f5d974848f94de14821b0460d3e30ff33e/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b76dd9f5d974848f94de14821b0460d3e30ff33e/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b76dd9f5d974848f94de14821b0460d3e30ff33e/statuses"}},"author":{"raw":"Justin Koke <jkoke@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3fe04704-78ca-49e7-b7ea-bbc8a374115f}","links":{"html":{"href":"https://bitbucket.org/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JK-0.png"}},"nickname":"justin","account_id":"557058:c8958399-4840-4ba2-b496-8ffba3e0e961","display_name":"Justin Koke"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.2.0\n","parents":[{"hash":"8b09b6e45379ba188856019871adbe406bc03526","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/8b09b6e45379ba188856019871adbe406bc03526"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/8b09b6e45379ba188856019871adbe406bc03526"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-release-plugin]  copy for tag atlassian-event-2.2.0\n"},{"date":"2011-10-17T04:36:06+00:00","name":"atlassian-event-2.2.0-m1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.2.0-m1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.2.0-m1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.2.0-m1"}},"tagger":{"raw":"Piyawoot Songsiritat <psongsiritat@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7038df91-be52-42b7-8295-97edbe7d1118}","links":{"html":{"href":"https://bitbucket.org/%7B7038df91-be52-42b7-8295-97edbe7d1118%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7038df91-be52-42b7-8295-97edbe7d1118%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e51a0a6c206e90a599b3193ec4d7c290?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-2.png"}},"nickname":"PiyawootP","account_id":"557057:99f49fc3-0a4d-4ec4-b2fe-818a1e923ecb","display_name":"PiyawootP"}},"target":{"date":"2011-10-17T04:35:55+00:00","hash":"31f515b937c79fffd97644269515b893d815d0b2","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/31f515b937c79fffd97644269515b893d815d0b2"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/31f515b937c79fffd97644269515b893d815d0b2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/31f515b937c79fffd97644269515b893d815d0b2"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/31f515b937c79fffd97644269515b893d815d0b2"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/31f515b937c79fffd97644269515b893d815d0b2/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/31f515b937c79fffd97644269515b893d815d0b2/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/31f515b937c79fffd97644269515b893d815d0b2/statuses"}},"author":{"raw":"Piyawoot Songsiritat <psongsiritat@atlassian.com>","type":"author","user":{"type":"user","uuid":"{7038df91-be52-42b7-8295-97edbe7d1118}","links":{"html":{"href":"https://bitbucket.org/%7B7038df91-be52-42b7-8295-97edbe7d1118%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B7038df91-be52-42b7-8295-97edbe7d1118%7D"},"avatar":{"href":"https://secure.gravatar.com/avatar/e51a0a6c206e90a599b3193ec4d7c290?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FP-2.png"}},"nickname":"PiyawootP","account_id":"557057:99f49fc3-0a4d-4ec4-b2fe-818a1e923ecb","display_name":"PiyawootP"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.2.0-m1\n","parents":[{"hash":"5cbebbe86652cbdb19aa40961a5757a9c9c3d625","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/5cbebbe86652cbdb19aa40961a5757a9c9c3d625"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/5cbebbe86652cbdb19aa40961a5757a9c9c3d625"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-scm] copy for tag atlassian-event-2.2.0-m1\n"},{"date":"2012-01-03T04:32:00+00:00","name":"atlassian-event-2.2.0-m2","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.2.0-m2"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.2.0-m2"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.2.0-m2"}},"tagger":{"raw":"Justin Koke <jkoke@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3fe04704-78ca-49e7-b7ea-bbc8a374115f}","links":{"html":{"href":"https://bitbucket.org/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JK-0.png"}},"nickname":"justin","account_id":"557058:c8958399-4840-4ba2-b496-8ffba3e0e961","display_name":"Justin Koke"}},"target":{"date":"2012-01-03T04:31:55+00:00","hash":"30bab15837a876fca6bd4027629f98580faf2848","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/30bab15837a876fca6bd4027629f98580faf2848"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/30bab15837a876fca6bd4027629f98580faf2848"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/30bab15837a876fca6bd4027629f98580faf2848"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/30bab15837a876fca6bd4027629f98580faf2848"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/30bab15837a876fca6bd4027629f98580faf2848/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/30bab15837a876fca6bd4027629f98580faf2848/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/30bab15837a876fca6bd4027629f98580faf2848/statuses"}},"author":{"raw":"Justin Koke <jkoke@atlassian.com>","type":"author","user":{"type":"user","uuid":"{3fe04704-78ca-49e7-b7ea-bbc8a374115f}","links":{"html":{"href":"https://bitbucket.org/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B3fe04704-78ca-49e7-b7ea-bbc8a374115f%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JK-0.png"}},"nickname":"justin","account_id":"557058:c8958399-4840-4ba2-b496-8ffba3e0e961","display_name":"Justin Koke"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.2.0-m2\n","parents":[{"hash":"4e2dad613ce4cf4c514f1b417fa86c3a822f159e","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/4e2dad613ce4cf4c514f1b417fa86c3a822f159e"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/4e2dad613ce4cf4c514f1b417fa86c3a822f159e"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-release-plugin]  copy for tag atlassian-event-2.2.0-m2\n"},{"date":"2012-09-04T04:15:42+00:00","name":"atlassian-event-2.2.1","type":"tag","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/tag/atlassian-event-2.2.1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags/atlassian-event-2.2.1"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits/atlassian-event-2.2.1"}},"tagger":{"raw":"Timothy Pettersen <tim@atlassian.com>","type":"author","user":{"type":"user","uuid":"{721d01d6-078b-4c94-83c8-0b5824cd0dbf}","links":{"html":{"href":"https://bitbucket.org/%7B721d01d6-078b-4c94-83c8-0b5824cd0dbf%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B721d01d6-078b-4c94-83c8-0b5824cd0dbf%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/TP-1.png"}},"nickname":"Tim Pettersen","account_id":"557058:6ea56496-8c9b-4e0a-bc03-7412dedb3304","display_name":"Timothy Pettersen"}},"target":{"date":"2012-09-04T04:15:32+00:00","hash":"1d95b8ac4d2898e10a9b092efe29fd90007cae44","type":"commit","links":{"diff":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/diff/1d95b8ac4d2898e10a9b092efe29fd90007cae44"},"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/1d95b8ac4d2898e10a9b092efe29fd90007cae44"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1d95b8ac4d2898e10a9b092efe29fd90007cae44"},"patch":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/patch/1d95b8ac4d2898e10a9b092efe29fd90007cae44"},"approve":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1d95b8ac4d2898e10a9b092efe29fd90007cae44/approve"},"comments":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1d95b8ac4d2898e10a9b092efe29fd90007cae44/comments"},"statuses":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/1d95b8ac4d2898e10a9b092efe29fd90007cae44/statuses"}},"author":{"raw":"Timothy Pettersen <tim@atlassian.com>","type":"author","user":{"type":"user","uuid":"{721d01d6-078b-4c94-83c8-0b5824cd0dbf}","links":{"html":{"href":"https://bitbucket.org/%7B721d01d6-078b-4c94-83c8-0b5824cd0dbf%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B721d01d6-078b-4c94-83c8-0b5824cd0dbf%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/TP-1.png"}},"nickname":"Tim Pettersen","account_id":"557058:6ea56496-8c9b-4e0a-bc03-7412dedb3304","display_name":"Timothy Pettersen"}},"message":"[maven-release-plugin] prepare release atlassian-event-2.2.1\n","parents":[{"hash":"b262c4eb0cce76a825578a8b949ae6c0e8ef9e9d","type":"commit","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event/commits/b262c4eb0cce76a825578a8b949ae6c0e8ef9e9d"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commit/b262c4eb0cce76a825578a8b949ae6c0e8ef9e9d"}}}],"repository":{"name":"Atlassian Event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"}},"full_name":"atlassian/atlassian-event"}},"message":"[maven-release-plugin]  copy for tag atlassian-event-2.2.1\n"}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:17.682Z","request_id":"77913285-2054-40db-8f3b-87715e46ba72"},"status":"ok","message":"Repository tags","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/repo/watchers":{"get":{"operationId":"get_v1_repo_watchers","tags":["Repository"],"summary":"Watchers","description":"","parameters":[{"name":"repo","in":"query","required":true,"description":"Repository as workspace/slug (or bitbucket.org URL)","schema":{"type":"string"},"example":"atlassian/atlassian-event"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"page":1,"size":2,"values":[{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},{"type":"user","uuid":"{4d37aca5-6370-453b-8561-85c1beacaf2c}","links":{"html":{"href":"https://bitbucket.org/%7B4d37aca5-6370-453b-8561-85c1beacaf2c%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/users/%7B4d37aca5-6370-453b-8561-85c1beacaf2c%7D"},"avatar":{"href":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557057:4952e210-38b5-4515-9c16-bf7fbd9d81a6/79d5ce53-8d49-4fd3-83a2-cef342c05922/128"}},"nickname":"Patryk","account_id":"557057:4952e210-38b5-4515-9c16-bf7fbd9d81a6","display_name":"Patryk Petrowski"}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:18.421Z","request_id":"1effc283-0dc3-4a07-8346-8153906155e8"},"status":"ok","message":"Repository watchers","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/workspace":{"get":{"operationId":"get_v1_workspace","tags":["Workspace"],"summary":"Workspace profile","description":"","parameters":[{"name":"workspace","in":"query","required":true,"description":"Workspace id","schema":{"type":"string"},"example":"atlassian"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"hooks":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/hooks"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"},"owners":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/members?q=permission%3D%22owner%22"},"members":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/members"},"projects":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects"},"snippets":{"href":"https://api.bitbucket.org/2.0/snippets/atlassian"},"repositories":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian"},"html_overview":{"href":"https://bitbucket.org/atlassian/workspace/overview/"}},"created_on":"2018-11-29T02:26:39.297476+00:00","is_private":true,"forking_mode":"allow_forks","is_privacy_enforced":false},"meta":{"timestamp":"2026-06-02T16:52:19.101Z","request_id":"8b53679f-ad98-4a57-8f74-a72887c8a46a"},"status":"ok","message":"Workspace profile","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/workspace/repos":{"get":{"operationId":"get_v1_workspace_repos","tags":["Workspace"],"summary":"Workspace repositories","description":"","parameters":[{"name":"workspace","in":"query","required":true,"description":"Workspace id","schema":{"type":"string"},"example":"atlassian"},{"name":"pagelen","in":"query","required":false,"description":"Page size (max 100)","schema":{"type":"string"}}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"next":"https://api.bitbucket.org/2.0/repositories/atlassian?sort=-updated_on&pagelen=30&page=2","page":1,"size":408,"values":[{"scm":"git","name":"atlassian-connect-spring-boot","size":9008523,"slug":"atlassian-connect-spring-boot","type":"repository","uuid":"{4b29f711-fe1c-43aa-bc77-5db7a7430fed}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-connect-spring-boot"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-connect-spring-boot.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-connect-spring-boot.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B4b29f711-fe1c-43aa-bc77-5db7a7430fed%7D?ts=1129854"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-spring-boot/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"AC","name":"Atlassian Connect","type":"project","uuid":"{cc445f42-b2f8-4d69-bfd1-4e0047966e87}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/AC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC/avatar/32?ts=1450914087"}}},"website":"https://ecosystem.atlassian.net/browse/ACSPRING","has_wiki":false,"language":"java","full_name":"atlassian/atlassian-connect-spring-boot","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2016-03-04T02:49:32.453220+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T16:02:45.939634+00:00","description":"Provides a Spring Boot starter for building Atlassian Connect add-ons for JIRA (Software, Service Desk and Core) and Confluence.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"atlassian-connect-express","size":6369208,"slug":"atlassian-connect-express","type":"repository","uuid":"{47b154f6-a82d-4e03-99ce-44fb75b4827c}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-connect-express"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-connect-express.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-connect-express.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B47b154f6-a82d-4e03-99ce-44fb75b4827c%7D?ts=138914"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-express/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"AC","name":"Atlassian Connect","type":"project","uuid":"{cc445f42-b2f8-4d69-bfd1-4e0047966e87}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/AC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC/avatar/32?ts=1450914087"}}},"website":"","has_wiki":false,"language":"nodejs","full_name":"atlassian/atlassian-connect-express","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2013-07-24T23:40:13.276392+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T16:02:04.362821+00:00","description":"atlassian-connect-express (ACE) is a toolkit for creating Atlassian Connect based apps with Node.js. Atlassian Connect is a distributed component model for creating Atlassian apps. Apps built with Atlassian Connect extend Atlassian products over standard web protocols and APIs.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"dc-platform","size":821667543,"slug":"dc-platform","type":"repository","uuid":"{52692209-6293-4e17-82c9-939b4cf5d838}","links":{"html":{"href":"https://bitbucket.org/atlassian/dc-platform"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/dc-platform.git","name":"https"},{"href":"git@bitbucket.org:atlassian/dc-platform.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B52692209-6293-4e17-82c9-939b4cf5d838%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SJP","name":"DC Core Backend Platform","type":"project","uuid":"{0605ba8e-4c35-4281-b4a5-bdd55eccad34}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SJP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP/avatar/32?ts=1732875978"}}},"website":"https://hello.atlassian.net/compass/component/cf31cec5-fca6-4c66-a39a-97570fc0791d","has_wiki":false,"language":"java","full_name":"atlassian/dc-platform","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2023-12-13T10:45:05.044614+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T15:38:20.272512+00:00","description":"This repository contains all the open source components that are part of DC Platform, as well as the Platform BOMs, RefApp (a reference implementation of Platform), and tools for Platform adoption.","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"rovo-weather","size":413605,"slug":"rovo-weather","type":"repository","uuid":"{7513880f-e424-4a93-bfb5-b49ed3afbf47}","links":{"html":{"href":"https://bitbucket.org/atlassian/rovo-weather"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/rovo-weather.git","name":"https"},{"href":"git@bitbucket.org:atlassian/rovo-weather.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B7513880f-e424-4a93-bfb5-b49ed3afbf47%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rovo-weather/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/rovo-weather","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2024-08-08T06:48:15.853902+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"main","type":"branch"},"updated_on":"2026-06-02T15:15:11.379547+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"dc-platform-9-agentic-upgrade","size":633563,"slug":"dc-platform-9-agentic-upgrade","type":"repository","uuid":"{b6cebc97-8cd5-4d52-8beb-792c81ab3ab2}","links":{"html":{"href":"https://bitbucket.org/atlassian/dc-platform-9-agentic-upgrade"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/dc-platform-9-agentic-upgrade.git","name":"https"},{"href":"git@bitbucket.org:atlassian/dc-platform-9-agentic-upgrade.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bb6cebc97-8cd5-4d52-8beb-792c81ab3ab2%7D?ts=3875918"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/dc-platform-9-agentic-upgrade/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"has_wiki":false,"language":"","full_name":"atlassian/dc-platform-9-agentic-upgrade","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2026-02-26T07:42:28.054740+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T14:29:24.480721+00:00","description":"AI-powered toolkit for scanning and migrating DC plugin codebases through major frontend dependency upgrades","fork_policy":"no_public_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"Forge Teamwork Graph Examples","size":1090380,"slug":"forge-teamwork-graph-examples","type":"repository","uuid":"{2145b2c2-5d9a-4345-92fd-a9599268df8e}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-teamwork-graph-examples"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-teamwork-graph-examples.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-teamwork-graph-examples.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B2145b2c2-5d9a-4345-92fd-a9599268df8e%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-teamwork-graph-examples/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-teamwork-graph-examples","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2025-09-01T06:16:46.112340+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"main","type":"branch"},"updated_on":"2026-06-02T14:06:13.099029+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"atlassian-frontend-mirror","size":624381622,"slug":"atlassian-frontend-mirror","type":"repository","uuid":"{b844c7a9-abd2-48d9-9a69-e539e7a3b853}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-frontend-mirror"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-frontend-mirror.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-frontend-mirror.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bb844c7a9-abd2-48d9-9a69-e539e7a3b853%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-frontend-mirror/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"PROJ","name":"Project: Atlassian","type":"project","uuid":"{8b56daff-dbc7-4cae-a7a3-1228c526906b}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/PROJ"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ/avatar/32?ts=1447290751"}}},"has_wiki":false,"language":"typescript","full_name":"atlassian/atlassian-frontend-mirror","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2020-10-08T23:24:17.072520+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T13:35:55.495219+00:00","description":"This is the public mirror of Atlassian Frontend. All publicly published packages source files will be mirrored here daily.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"aui","size":121318468,"slug":"aui","type":"repository","uuid":"{585074de-7b60-4fd1-81ed-e0bc7fafbda5}","links":{"html":{"href":"https://bitbucket.org/atlassian/aui"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/aui.git","name":"https"},{"href":"git@bitbucket.org:atlassian/aui.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B585074de-7b60-4fd1-81ed-e0bc7fafbda5%7D?ts=86317"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"website":"http://docs.atlassian.com/aui/latest/","has_wiki":false,"language":"javascript","full_name":"atlassian/aui","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2011-10-20T03:33:16.840807+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T12:57:22.380755+00:00","description":"AUI - Atlassian User Interface library.","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":false}},{"scm":"git","name":"atlassian-connect-js","size":388809300,"slug":"atlassian-connect-js","type":"repository","uuid":"{c4e3e411-58e6-43fc-9fc8-debf4f8b01f6}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-connect-js"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-connect-js.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-connect-js.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bc4e3e411-58e6-43fc-9fc8-debf4f8b01f6%7D?ts=js"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-connect-js/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"AC","name":"Atlassian Connect","type":"project","uuid":"{cc445f42-b2f8-4d69-bfd1-4e0047966e87}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/AC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/AC/avatar/32?ts=1450914087"}}},"website":"","has_wiki":false,"language":"javascript","full_name":"atlassian/atlassian-connect-js","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2015-09-28T14:47:04.279718+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T11:47:01.655583+00:00","description":"The javascript library which backs Atlassian Connect.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"bamboo-specs","size":9795941,"slug":"bamboo-specs","type":"repository","uuid":"{a99dd3ed-354c-4216-b725-78c7571df383}","links":{"html":{"href":"https://bitbucket.org/atlassian/bamboo-specs"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/bamboo-specs.git","name":"https"},{"href":"git@bitbucket.org:atlassian/bamboo-specs.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Ba99dd3ed-354c-4216-b725-78c7571df383%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/bamboo-specs/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"BAM","name":"BAMBOO","type":"project","uuid":"{deceb48f-358a-4d1d-9cda-7fc4d8ee05e9}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/BAM"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/BAM"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/BAM/avatar/32?ts=1477882292"}}},"website":"https://docs.atlassian.com/bamboo-specs-docs/latest/","has_wiki":false,"language":"java","full_name":"atlassian/bamboo-specs","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2017-03-06T14:42:41.710185+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T11:32:32.790409+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"confluence-public-plugins-external","size":90987781,"slug":"confluence-public-plugins-external","type":"repository","uuid":"{4fee9c5f-c683-4899-b321-14e0f0e6cd7c}","links":{"html":{"href":"https://bitbucket.org/atlassian/confluence-public-plugins-external"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/confluence-public-plugins-external.git","name":"https"},{"href":"git@bitbucket.org:atlassian/confluence-public-plugins-external.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B4fee9c5f-c683-4899-b321-14e0f0e6cd7c%7D?ts=3597917"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-public-plugins-external/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"CONFDC","name":"Confluence DC","type":"project","uuid":"{70529041-6c86-4b08-836e-755cd48330b9}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/CONFDC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC/avatar/32?ts=1642488539"}}},"has_wiki":false,"language":"","full_name":"atlassian/confluence-public-plugins-external","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2023-10-18T00:24:51.763208+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T09:26:34.596429+00:00","description":"A monorepo containing Atlassian licensed open source plugins maintained by Confluence DC.","fork_policy":"no_public_forks","override_settings":{"branching_model":false,"default_merge_strategy":true}},{"scm":"git","name":"puppet-module-nexus_rest","size":860653,"slug":"puppet-module-nexus_rest","type":"repository","uuid":"{d44b11c7-5244-41a3-979f-6eab1289c48d}","links":{"html":{"href":"https://bitbucket.org/atlassian/puppet-module-nexus_rest"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/puppet-module-nexus_rest.git","name":"https"},{"href":"git@bitbucket.org:atlassian/puppet-module-nexus_rest.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bd44b11c7-5244-41a3-979f-6eab1289c48d%7D?ts=default"},"issues":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/issues"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/puppet-module-nexus_rest/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"BENGARCH","name":"Build Engineering Archive/Test Repos","type":"project","uuid":"{5188de0e-c313-44d6-835c-e966a4392c38}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/BENGARCH"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/BENGARCH"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/BENGARCH/avatar/32?ts=1730164548"}}},"has_wiki":false,"language":"puppet","full_name":"atlassian/puppet-module-nexus_rest","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2014-04-02T03:53:09.564709+00:00","has_issues":true,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T09:17:25.375196+00:00","description":"A Puppet module to manage Sonatype Nexus via a REST interface","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"aui-visual-regression","size":713140549,"slug":"aui-visual-regression","type":"repository","uuid":"{544b1e76-f07e-4f09-8f2c-4ef595bc375e}","links":{"html":{"href":"https://bitbucket.org/atlassian/aui-visual-regression"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/aui-visual-regression.git","name":"https"},{"href":"git@bitbucket.org:atlassian/aui-visual-regression.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B544b1e76-f07e-4f09-8f2c-4ef595bc375e%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/aui-visual-regression/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"has_wiki":false,"language":"","full_name":"atlassian/aui-visual-regression","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2014-01-07T02:10:33.748579+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T09:11:32.598902+00:00","description":"Keeps a record of how AUI's various components and test pages render over time.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"Atlassian Event","size":2849158,"slug":"atlassian-event","type":"repository","uuid":"{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-event"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-event.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-event.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-event/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SJP","name":"DC Core Backend Platform","type":"project","uuid":"{0605ba8e-4c35-4281-b4a5-bdd55eccad34}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SJP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP/avatar/32?ts=1732875978"}}},"has_wiki":false,"language":"","full_name":"atlassian/atlassian-event","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2011-10-13T23:35:11.622182+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-02T03:32:37.130356+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"forge-bitbucket-related-prs","size":39115012,"slug":"forge-bitbucket-related-prs","type":"repository","uuid":"{bae0df55-2b8a-45fa-8f49-2f7ef06ca1b9}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-bitbucket-related-prs"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-bitbucket-related-prs.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-bitbucket-related-prs.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bbae0df55-2b8a-45fa-8f49-2f7ef06ca1b9%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-related-prs/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-bitbucket-related-prs","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2023-11-24T05:30:28.621497+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"main","type":"branch"},"updated_on":"2026-06-01T21:52:20.496554+00:00","description":"","fork_policy":"no_public_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"Forge UI modifications example","size":82479558,"slug":"forge-ui-modifications-example","type":"repository","uuid":"{e7c83bda-eb09-4b55-be31-b6c514e8998c}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-ui-modifications-example"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-ui-modifications-example.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-ui-modifications-example.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Be7c83bda-eb09-4b55-be31-b6c514e8998c%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-ui-modifications-example/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-ui-modifications-example","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2022-01-31T23:14:23.654234+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-01T20:59:38.626138+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"Atlassian Browser DevTools","size":270189537,"slug":"atlassian-browser-devtools","type":"repository","uuid":"{4bace442-3030-4608-944e-a5ac1cc32006}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-browser-devtools"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-browser-devtools.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-browser-devtools.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B4bace442-3030-4608-944e-a5ac1cc32006%7D?ts=1686552"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-browser-devtools/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"has_wiki":false,"language":"javascript","full_name":"atlassian/atlassian-browser-devtools","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2017-11-20T04:57:48.859366+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-01T18:03:35.554548+00:00","description":"Atlassian Browser DeveloperTools (ABD)\n\nA browser extension for Developer Tools that helps you inspect and debug the Frontend code of Atlassian products.","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":false}},{"scm":"git","name":"jira-testkit","size":15878421,"slug":"jira-testkit","type":"repository","uuid":"{4fb94497-2da8-431c-ae7c-f66d35e3f441}","links":{"html":{"href":"https://bitbucket.org/atlassian/jira-testkit"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/jira-testkit.git","name":"https"},{"href":"git@bitbucket.org:atlassian/jira-testkit.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B4fb94497-2da8-431c-ae7c-f66d35e3f441%7D?ts=java"},"issues":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/issues"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/jira-testkit/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"PROJ","name":"Project: Atlassian","type":"project","uuid":"{8b56daff-dbc7-4cae-a7a3-1228c526906b}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/PROJ"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ/avatar/32?ts=1447290751"}}},"website":"","has_wiki":false,"language":"java","full_name":"atlassian/jira-testkit","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2012-08-20T09:40:36.771840+00:00","has_issues":true,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-01T13:41:41.683464+00:00","description":"The JIRA TestKit was created to make it easier for plugin developers to programmatically set up integration tests for JIRA.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"apache-velocity-1.6.4-atlassian","size":9108145,"slug":"apache-velocity-1.6.4-atlassian","type":"repository","uuid":"{f7ed8c02-baae-49ec-a48f-82490acfcc20}","links":{"html":{"href":"https://bitbucket.org/atlassian/apache-velocity-1.6.4-atlassian"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/apache-velocity-1.6.4-atlassian.git","name":"https"},{"href":"git@bitbucket.org:atlassian/apache-velocity-1.6.4-atlassian.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bf7ed8c02-baae-49ec-a48f-82490acfcc20%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/apache-velocity-1.6.4-atlassian/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"has_wiki":false,"language":"java","full_name":"atlassian/apache-velocity-1.6.4-atlassian","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2014-07-16T11:35:57.066213+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-06-01T05:32:58.176461+00:00","description":"Fork of Apache Velocity 1.6.4 used by Atlassian DC products","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":false}},{"scm":"git","name":"forge-bitbucket-pull-request-title-validator","size":47281600,"slug":"forge-bitbucket-pull-request-title-validator","type":"repository","uuid":"{ee639b86-9658-4b04-bc5b-e3d36f75cdcb}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-bitbucket-pull-request-title-validator"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-bitbucket-pull-request-title-validator.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-bitbucket-pull-request-title-validator.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bee639b86-9658-4b04-bc5b-e3d36f75cdcb%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-pull-request-title-validator/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-bitbucket-pull-request-title-validator","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2023-11-24T04:06:03.183739+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"main","type":"branch"},"updated_on":"2026-05-31T17:37:53.848895+00:00","description":"This is an example Bitbucket forge app that demonstrates product trigger as well as repoSettingsMenuPage module and storage usage.","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"Forge Issue Health","size":5620990,"slug":"forge-issue-health","type":"repository","uuid":"{9fdcb91b-6ec4-4aa7-8949-f642adae4c10}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-issue-health"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-issue-health.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-issue-health.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B9fdcb91b-6ec4-4aa7-8949-f642adae4c10%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-issue-health/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-issue-health","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2020-03-11T09:17:44.022970+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-31T16:47:34.697112+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"atlassian-pocketknife-querydsl","size":4490740,"slug":"atlassian-pocketknife-querydsl","type":"repository","uuid":"{00ed77df-8b43-4441-b7b9-e7dd04fe70c8}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-pocketknife-querydsl.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-pocketknife-querydsl.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B00ed77df-8b43-4441-b7b9-e7dd04fe70c8%7D?ts=java"},"issues":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/issues"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-pocketknife-querydsl/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"PROJ","name":"Project: Atlassian","type":"project","uuid":"{8b56daff-dbc7-4cae-a7a3-1228c526906b}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/PROJ"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ/avatar/32?ts=1447290751"}}},"website":"","has_wiki":false,"language":"java","full_name":"atlassian/atlassian-pocketknife-querydsl","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2015-03-03T03:58:52.956650+00:00","has_issues":true,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-31T15:22:16.045605+00:00","description":"The Querydsl component of the pocketknife library, see https://bitbucket.org/atlassian/atlassian-pocketknife for details of the original project from which it was extracted.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"functest-plugin","size":2251243,"slug":"functest-plugin","type":"repository","uuid":"{2915207d-9747-4e1d-971a-f2b46f37b8ae}","links":{"html":{"href":"https://bitbucket.org/atlassian/functest-plugin"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/functest-plugin.git","name":"https"},{"href":"git@bitbucket.org:atlassian/functest-plugin.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B2915207d-9747-4e1d-971a-f2b46f37b8ae%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/functest-plugin/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"PROJ","name":"Project: Atlassian","type":"project","uuid":"{8b56daff-dbc7-4cae-a7a3-1228c526906b}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/PROJ"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ/avatar/32?ts=1447290751"}}},"has_wiki":false,"language":"java","full_name":"atlassian/functest-plugin","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2013-02-22T20:18:07.547905+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-31T10:29:21.323875+00:00","description":"Plugin for running integration tests inside the product.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"forge-bitbucket-repository-metadata-audit-log","size":37759858,"slug":"forge-bitbucket-repository-metadata-audit-log","type":"repository","uuid":"{ffc9a1c8-d98f-477e-b4b3-42f3b692e389}","links":{"html":{"href":"https://bitbucket.org/atlassian/forge-bitbucket-repository-metadata-audit-log"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/forge-bitbucket-repository-metadata-audit-log.git","name":"https"},{"href":"git@bitbucket.org:atlassian/forge-bitbucket-repository-metadata-audit-log.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bffc9a1c8-d98f-477e-b4b3-42f3b692e389%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/forge-bitbucket-repository-metadata-audit-log/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"FE","name":"Forge Examples","type":"project","uuid":"{371b57dc-b9c7-4bd3-9c3e-b760db30b98d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/FE"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/FE/avatar/32?ts=1574819349"}}},"has_wiki":false,"language":"","full_name":"atlassian/forge-bitbucket-repository-metadata-audit-log","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2024-04-23T05:01:36.337874+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"main","type":"branch"},"updated_on":"2026-05-31T08:44:22.249809+00:00","description":"","fork_policy":"no_public_forks","override_settings":{"branching_model":true,"default_merge_strategy":true}},{"scm":"git","name":"velocity-htmlsafe","size":2553279,"slug":"velocity-htmlsafe","type":"repository","uuid":"{f91b6082-aadf-4bd5-8a34-17787712ffd4}","links":{"html":{"href":"https://bitbucket.org/atlassian/velocity-htmlsafe"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/velocity-htmlsafe.git","name":"https"},{"href":"git@bitbucket.org:atlassian/velocity-htmlsafe.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bf91b6082-aadf-4bd5-8a34-17787712ffd4%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/velocity-htmlsafe/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"has_wiki":false,"language":"java","full_name":"atlassian/velocity-htmlsafe","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2013-03-15T01:13:12.358377+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-31T03:51:32.881170+00:00","description":"","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":false}},{"scm":"git","name":"confluence-toc-plugin","size":12243061,"slug":"confluence-toc-plugin","type":"repository","uuid":"{d44b7da6-45e7-47b4-b3a5-ec7667f58cbd}","links":{"html":{"href":"https://bitbucket.org/atlassian/confluence-toc-plugin"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/confluence-toc-plugin.git","name":"https"},{"href":"git@bitbucket.org:atlassian/confluence-toc-plugin.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bd44b7da6-45e7-47b4-b3a5-ec7667f58cbd%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-toc-plugin/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"CONFDC","name":"Confluence DC","type":"project","uuid":"{70529041-6c86-4b08-836e-755cd48330b9}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/CONFDC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC/avatar/32?ts=1642488539"}}},"has_wiki":false,"language":"","full_name":"atlassian/confluence-toc-plugin","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2013-02-19T06:08:18.276942+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-30T21:11:57.088330+00:00","description":"Creates a table of contents in a Confluence page.\nSee https://studio.plugins.atlassian.com/wiki/display/TOC/Confluence+Table+of+Contents+Plugin","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"REST API Browser","size":2824394,"slug":"rest-api-browser","type":"repository","uuid":"{1e6f35e8-6133-4ef0-80f3-4f889d0c0ed1}","links":{"html":{"href":"https://bitbucket.org/atlassian/rest-api-browser"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/rest-api-browser.git","name":"https"},{"href":"git@bitbucket.org:atlassian/rest-api-browser.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B1e6f35e8-6133-4ef0-80f3-4f889d0c0ed1%7D?ts=java"},"issues":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/issues"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/rest-api-browser/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"PROJ","name":"Project: Atlassian","type":"project","uuid":"{8b56daff-dbc7-4cae-a7a3-1228c526906b}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/PROJ"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/PROJ/avatar/32?ts=1447290751"}}},"website":"","has_wiki":false,"language":"java","full_name":"atlassian/rest-api-browser","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2015-09-28T18:42:18.099337+00:00","has_issues":true,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-30T19:18:55.495364+00:00","description":"The Atlassian REST API Browser add-on allows a developer to browse, discover, and test Atlassian's rich REST and JSON-RPC APIs.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"confluence-blogging-rpc-plugin","size":3095079802,"slug":"confluence-blogging-rpc-plugin","type":"repository","uuid":"{4c1b50cc-aeeb-432b-bbee-02a2869a840f}","links":{"html":{"href":"https://bitbucket.org/atlassian/confluence-blogging-rpc-plugin"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/confluence-blogging-rpc-plugin.git","name":"https"},{"href":"git@bitbucket.org:atlassian/confluence-blogging-rpc-plugin.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B4c1b50cc-aeeb-432b-bbee-02a2869a840f%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/confluence-blogging-rpc-plugin/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"CONFDC","name":"Confluence DC","type":"project","uuid":"{70529041-6c86-4b08-836e-755cd48330b9}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/CONFDC"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/CONFDC/avatar/32?ts=1642488539"}}},"has_wiki":false,"language":"","full_name":"atlassian/confluence-blogging-rpc-plugin","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2013-02-18T07:42:56.090874+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-30T13:00:22.925168+00:00","description":"The Blogging RPC Plugin implements the Blogger 1.0 API and the MetaWeblog API for Confluence to let you post Confluence news pages from any client that implements these APIs. See also https://ecosystem.atlassian.net/browse/BLOG","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}},{"scm":"git","name":"atlassian-clientside-extensions","size":60951028,"slug":"atlassian-clientside-extensions","type":"repository","uuid":"{024a80dd-fb44-4fc7-9f36-bc0861079dd0}","links":{"html":{"href":"https://bitbucket.org/atlassian/atlassian-clientside-extensions"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/atlassian-clientside-extensions.git","name":"https"},{"href":"git@bitbucket.org:atlassian/atlassian-clientside-extensions.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B024a80dd-fb44-4fc7-9f36-bc0861079dd0%7D?ts=default"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/atlassian-clientside-extensions/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SFP","name":"DC Frontend Platform","type":"project","uuid":"{a8b3fd12-d213-4ec4-b3b6-f26fd08d8b1d}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SFP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SFP/avatar/32?ts=1712842072"}}},"website":"http://go.atlassian.com/clientside-extensions","has_wiki":false,"language":"typescript","full_name":"atlassian/atlassian-clientside-extensions","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2019-12-23T09:38:52.840051+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-29T16:28:39.576050+00:00","description":"A set of APIs that allow a plugin author to augment and extend an Atlassian product's runtime using client-side JavaScript code.","fork_policy":"allow_forks","override_settings":{"branching_model":true,"default_merge_strategy":false}},{"scm":"git","name":"log4j1","size":16257513,"slug":"log4j1","type":"repository","uuid":"{b4e01056-6f42-4cca-b69d-7c76c5e4076a}","links":{"html":{"href":"https://bitbucket.org/atlassian/log4j1"},"self":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1"},"tags":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/refs/tags"},"clone":[{"href":"https://bitbucket.org/atlassian/log4j1.git","name":"https"},{"href":"git@bitbucket.org:atlassian/log4j1.git","name":"ssh"}],"forks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/forks"},"hooks":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/hooks"},"avatar":{"href":"https://bytebucket.org/ravatar/%7Bb4e01056-6f42-4cca-b69d-7c76c5e4076a%7D?ts=java"},"source":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/src"},"commits":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/commits"},"branches":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/refs/branches"},"watchers":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/watchers"},"downloads":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/downloads"},"pullrequests":{"href":"https://api.bitbucket.org/2.0/repositories/atlassian/log4j1/pullrequests"}},"owner":{"type":"team","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/%7B02b941e3-cfaa-40f9-9a58-cec53e20bdc3%7D"},"avatar":{"href":"https://bitbucket.org/account/atlassian/avatar/"}},"username":"atlassian","display_name":"Atlassian"},"project":{"key":"SJP","name":"DC Core Backend Platform","type":"project","uuid":"{0605ba8e-4c35-4281-b4a5-bdd55eccad34}","links":{"html":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian/projects/SJP"},"avatar":{"href":"https://bitbucket.org/atlassian/workspace/projects/SJP/avatar/32?ts=1732875978"}}},"has_wiki":false,"language":"java","full_name":"atlassian/log4j1","workspace":{"name":"Atlassian","slug":"atlassian","type":"workspace","uuid":"{02b941e3-cfaa-40f9-9a58-cec53e20bdc3}","links":{"html":{"href":"https://bitbucket.org/atlassian/"},"self":{"href":"https://api.bitbucket.org/2.0/workspaces/atlassian"},"avatar":{"href":"https://bitbucket.org/workspaces/atlassian/avatar/?ts=1760749566"}}},"created_on":"2015-07-30T05:35:49.092042+00:00","has_issues":false,"is_private":false,"mainbranch":{"name":"master","type":"branch"},"updated_on":"2026-05-29T06:59:55.221581+00:00","description":"A fork of log4j1 that improves performance.\r\n\r\nlog4j1 is effectively dead, but getting some Atlassian software off log4j1 is herculean effort.  \r\n\r\nIn the mean time we can improve some of the performance hurdles in an other wise sturdy library that has served us so well.","fork_policy":"allow_forks","override_settings":{"branching_model":false,"default_merge_strategy":false}}],"pagelen":30},"meta":{"timestamp":"2026-06-02T16:52:20.237Z","request_id":"1f92bef5-4280-45ee-9f71-3982b2dfcc49"},"status":"ok","message":"Workspace repositories","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Spec","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"auth":"none upstream (no token); this gateway requires x-api-key","name":"Bitbucket API","note":"Public repositories (detail, commits, branches, tags, pull requests, watchers, forks, file tree) and workspaces (profile + repository list). Pass repo as 'workspace/slug'. Live, no cache; paginated with page + pagelen (max 100). (Member lists and global repo search require auth on Bitbucket and are not exposed.)","source":"Bitbucket Cloud API 2.0 (api.bitbucket.org/2.0), unauthenticated public read — via rotating proxy","endpoints":11},"meta":{"timestamp":"2026-06-02T16:52:20.378Z","request_id":"a027379b-1d24-4a26-8b79-5a5d8b3644c5"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":1850,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":950,"monthly_call_quota":51000,"rps_limit":8,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":2850,"monthly_call_quota":258000,"rps_limit":20,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":6600,"monthly_call_quota":1260000,"rps_limit":50,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/bitbucket-api"}