Jira activity stream items - templates?

Cathy April 25, 2013

How can I modify how items appear in the Jira activity stream? For example, can I get a changeset description to appear in list view? Or set background colour of specific items?

Are there configurable templates for activity stream items?

Cathy

2 answers

1 vote
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2013

You'll want to make a custom ActityStreamProvider.

There is some documentation under Step 4 here - https://developer.atlassian.com/display/DOCS/Making+your+own+Activity+Streams+Provider#MakingyourownActivityStreamsProvider-Step4.Makeafeeditem(aStreamsEntry)

You can see there that you can indeed add custom HTML to a stream entry so you could potentially format anything and anyhow you want. Hope that points you in the right direction :)

Cathy April 25, 2013

Could a custom provider override activity stream items already coming from, say, FishEye?

1 vote
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2013

You'll want to make a custom ActityStreamProvider.

There is some documentation under Step 4 here - https://developer.atlassian.com/display/DOCS/Making+your+own+Activity+Streams+Provider#MakingyourownActivityStreamsProvider-Step4.Makeafeeditem(aStreamsEntry)

You can see there that you can indeed add custom HTML to a stream entry so you could potentially format anything and anyhow you want. Hope that points you in the right direction :)

Suggest an answer

Log in or Sign up to answer