how to make JIRA team calendar not show resolved tickets

Deleted user September 24, 2012

Can you tell me how to make JIRA team calendar __not__ show *resolved* tickets?

1 answer

1 accepted

0 votes
Answer accepted
Bhushan Nagaraj
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.
September 24, 2012

Follow the documentation here

https://confluence.atlassian.com/display/TEAMCAL/Adding+a+JIRA+Calendar

In the display option, select JQL (advanced)

In the query say

1. If you are looking to display all issues except the ones resolved as Fixed, type

resolution != Fixed

2. If not, to get all issues with the resolution field set to some value, type

resolution != null

and click OK

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events