All work
- Create a test for status-categories rendererCJ-5974Resolved issue: CJ-5974Raymond Perminov
- status category quick filterCJ-5961Raymond Perminov
- display status category on event block, info blockCJ-5960Mariia Korolishyna
- conditional color pickerCJ-5959Mariia Korolishyna
- As a user I want to be able to search calendars by a calendar description in Calendar ManagementCJ-5944Resolved issue: CJ-5944Yuliya Sadurska
- No HEX Codes to select colors for conditional colorsCJ-5929Resolved issue: CJ-5929Yuliya Sadurska
- As a user I want to be able to select Status Category for conditional color and quick filter configurationCJ-5924Mariia Korolishyna
- As a user I want to be able to see the event source name when editing an eventCJ-5876Resolved issue: CJ-5876Mariia Korolishyna
- CCJ errorCJ-5595Mariia Korolishyna
- As a user I want to be able to delete this and future events in a chain of recurrent events so my action does not affect past eventsCJ-5411Mariia Korolishyna
- As a user I want to be able to edit a conditional color by changing the Field so I don't have to re-create a conditional color from scratch if neededCJ-5123Raymond Perminov
- As a user I want to be able to see 'Jira dates sources' events in the Company Calendar Event(s) panel on the detail page of an issueCJ-5077Raymond Perminov
- As a user I want to be able to configure the start/end display for the custom eventsCJ-5033Raymond Perminov
- Do not filter calendar when opened from the project context menuCJ-4870Mariia Korolishyna
- As a user I want to be able to export all calendar events without the time period limitationCJ-4867Raymond Perminov
- Implement ability to create and edit calendars and sources via REST APICJ-4733Mariia Korolishyna
- Implement ability to create and edit events via REST APICJ-4727Mariia Korolishyna
- As user I would like to be able to set date time format, in User settings, similarly as it is done in global Jira setting so I can operate with the date time format I am used toCJ-4596Volodymyr Krupach
- Discuss and Brainstorm: As user I want to be able to configure non-working days so I can exclude them from Total time calculationCJ-4399Raymond Perminov
- As a user I want to be able to share a report template with others within Jira instanceCJ-4339Raymond Perminov
- Additional setting in CCJ gadget: Gadget height, Fixed or DynamicCJ-4274Mariia Korolishyna
- As user I want to be able to move multiple eventsCJ-4204Raymond Perminov
- As user I want the fields that were configured for the sources to be displayed for events on embedded calendar so I share the necessary information with my partners.CJ-4049Raymond Perminov
- Workflow post-function for event creationCJ-3845Raymond Perminov
- As user I want to be able to use the operator "~" (contains) for text fields, in conditional colors so I can easily differentiate the eventsCJ-3829Mariia Korolishyna
- As user I want to be able to match the external calendar events with a userCJ-3790Raymond Perminov
- As user I want to be able to reorder the calendars so I can arrange them according to my preferences.CJ-3754Raymond Perminov
- As user I want an assignee to be displayed as event organizer even though the user's email is set to private in Atlassian profileCJ-3671Mariia Korolishyna
- As user I want to be able to see the under/over time in daily detailed hoursCJ-3311Raymond Perminov
- Discuss: As user I don't want to sum up the hours that fall on a weekend for long eventsCJ-3292Raymond Perminov
- Add a calendar to the issue details pageCJ-3099Volodymyr Krupach
- As user I want to see the conditional colors on exported embedded calendarCJ-2180Raymond Perminov
- Timesheets gadgets are available even though there is no active WTC licenseCJ-2517Volodymyr Krupach
- Error in exported calendarCJ-2537Volodymyr Krupach
- timer dialog should keep track of start / end timesCJ-2891Volodymyr Krupach
- Datepicker does not hide when pressing Save for time on issue detailsCJ-2833Tetiana Grebeniuk
- As user I want to receive Slack notifications based on event creationCJ-1969Raymond Perminov
- WorkTime CalendarCJ-2748Volodymyr Krupach
- Timer in Scrum/Kanban board should automatically start/stopCJ-2903Volodymyr Krupach
- Restrict assigning tickets to users who are on leaveCJ-1532Raymond Perminov
- Suggestion: for a user with no user browse permissions disable the user pickerCJ-3094Raymond Perminov
- Implement WikiRendere Java side for Cloud versionCJ-3068Volodymyr Krupach
- Sync Planned records with Estimated fieldCJ-2823Volodymyr Krupach
- Quick User Navigation for PlanningCJ-2808Volodymyr Krupach
- Multiple deleteCJ-2766Raymond Perminov
- Implement show / collapse for time-sheets groups and subgroupsCJ-3058Resolved issue: CJ-3058Mariia Korolishyna
- Investigate: Implement group sum for number columnsCJ-3015Volodymyr Krupach
- Support for "Restricted to" on Log Work dialogCJ-3009Volodymyr Krupach
- 2d time-sheets matrix gadgetCJ-3048Volodymyr Krupach
49 of 49
Create a test for status-categories renderer
Done
Description
Details
Details
Priority
Fix versions
Reporter
Raymond Perminov
Raymond PerminovAssignee
Raymond Perminov
Raymond PerminovApp
CCJ
WTC
App Type
Cloud
DC
Time tracking
4h logged
Created 7 February 2025 at 09:48
Updated 27 February 2025 at 13:04
Resolved 27 February 2025 at 13:04
Activity
Show:
A test needs to be created for the
status-categories
renderer. To ensure consistency, refer to the existing test implementations in:src/common/service/field-renderers/status-renderer.spec.ts
src/common/service/field-renderers/summary-renderer.spec.ts
Steps to Complete:
Create a test file for
status-categories
renderer.Implement the test logic based on the patterns found in the referenced test files.
Run the tests using:
npm run test
If the tests fail, notify me.
Known Issue:
The
TestRestApi
test will fail because it makes requests to my development instance.To temporarily disable it, rename:
src/app-ccj/service/impl/rest-api.spec.ts
to
src/app-ccj/service/impl/rest-api.spec.ts.tmp
before running the tests.