How do I set the default project avatar?

Edwin Chan
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.
July 12, 2011

The default project avatar is the avatar that is selected automatically in the Add Projects screen. In our JIRA 4.3.4, that is the blue rocket. What if I wanted the avatar to default to the bird, how would I do that?

2 answers

1 accepted

1 vote
Answer accepted
Edwin Chan
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.
July 12, 2011

The property key I was looking for is 'jira.avatar.default.id'. Unfortunately, it will not be picked up from jira-application.properties. So I had to do it through the database instead:

UPDATE propertystring
SET propertyvalue = '10001'
WHERE ID = (SELECT ID FROM propertyentry WHERE PROPERTY_KEY = 'jira.avatar.default.id')

Replace 10001 with the project avatar ID that can be found in the avatar table.

Nic Brough -Adaptavist-
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.
July 12, 2011

We build the WAR for our install, so I cheated and over-rode it by sticking our default logo over the top of the default

0 votes
Jo-Anne MacLeod
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.
July 12, 2011

I don't believe that this is possible at this time, although it would be a nice feature to have the the jira-application.properties file.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events