Anyone found a way to disable relative time in JIRA per project?

jira guy
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.
May 8, 2018

I am aware of how to disable relative time for the instance by adding a property to config file. But we want to disable this per project?

1 answer

1 vote
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.
May 8, 2018

I'm afraid the flag is a global one, not configurable by project.

jira guy
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.
May 24, 2018

I am thinking if I can inject some css/js in a field and disable the conversion. Any idea?

jira guy
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.
June 4, 2018

Currently I have this CSS snippet which works in announcement banner but doesn't work when placed in custom field

 

<style>
    .date.user-tz:before {
        display : inline-block;
        content : attr(title);
    }

    time.livestamp {
        display : none;
    }
</style>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events