Commit Graph

44 Commits

Author SHA1 Message Date
Jon
cb49d0fbf7 feat(core): When processing slash command duration, cater for new ticket models
ref: #744 #728 #726 #746 #747
2025-05-10 23:42:40 +09:30
Jon
b6da539fcd fix(core): Spent slash command is valid for time spent
ref: #744
2025-05-09 21:02:55 +09:30
Jon
c8391caf07 feat(itam): Model tag for ITAsset
ref: #741 #692
2025-05-06 02:08:17 +09:30
Jon
d19bb3a204 feat(accounting): Model tag for Asset
ref: #741 #737
2025-05-06 02:07:38 +09:30
Jon
8a8023f510 feat(core): Model tag for Access/Role
ref: #712 #683
2025-04-06 13:49:20 +09:30
Jon
9bbfbbba4b feat(core): Add Entity model tag
ref: #707 #706
2025-04-04 07:46:08 +09:30
Jon
25e0f6d950 feat(devops): Add git_repository as a model that can be linked to a ticket
ref: #693 #515
2025-03-20 16:47:39 +09:30
Jon
96f8949be2 feat(core): Enable slash command related ticket to have multiple ticket references
ref: #691 #681
2025-03-19 14:38:30 +09:30
Jon
c767a528eb fix(core): when processing slash commands trim each line prior to processing
ref: #691 #681
2025-03-19 13:28:11 +09:30
Jon
8dfaec8df7 fix(core): slash command NL char is \r\n not \n, however support both
ref: #691 #681
2025-03-19 12:50:56 +09:30
Jon
69cabda78e fix(core): When processing slash commands trim whitespace on return
ref: #691 #681
2025-03-19 12:50:34 +09:30
Jon
983311dda5 feat(core): Enable slash command linked model to have multiple models
ref: #691 #681
2025-03-19 12:00:05 +09:30
Jon
2becbeef87 feat(core): process ticket slash commands by line
ref: #691 #681
2025-03-19 12:00:05 +09:30
Jon
44e1461c6b feat(project_management): Add project_state slash command
ref: #690 closes #592
2025-03-17 15:52:18 +09:30
Jon
105e6509b0 feat(core): Add ticket_comment_category slash command
ref: #690 closes #600
2025-03-17 15:51:30 +09:30
Jon
20d979963a feat(core): Add ticket_category slash command
ref: #690 closes #598
2025-03-17 15:38:55 +09:30
Jon
bde2b2e758 feat(itam): Add markdown tag $software_version
ref: #690 closes #596
2025-03-17 15:22:53 +09:30
Jon
f833121c08 fix(core): Serializer _urls.notes URL generation now dynamic
ref: #662 #665
2025-03-04 03:17:31 +09:30
Jon
90a1e4baad feat(core): Add Feature Flag model reference
ref: #662 #659
2025-03-03 20:22:18 +09:30
Jon
f341adab8e fix(api): Ensure ALL required classes for viewset are inherited
ref: #459 #467
2025-01-07 13:14:14 +09:30
Jon
15c3fdbcae fix(core): Add Org, Team and KB article to ticket linked Item serializer
ref: #416 #421 #426
2024-12-19 16:24:17 +09:30
Jon
607fcb368f docs(core): Add kb, org and team to slash command
ref: #274 #416 #426
2024-12-19 14:51:48 +09:30
Jon
88b79bf94f feat(core): Link Team to ticket
ref: #274 #426
2024-12-19 14:20:37 +09:30
Jon
5c324af5d3 feat(core): Link Organization to ticket
ref: #274 #426
2024-12-19 14:19:55 +09:30
Jon
85914f4848 feat(core): Link KB to ticket
ref: #274 #426
2024-12-19 14:07:46 +09:30
Jon
89b0a6b003 fix(core): Correct duration slash command regex
ref: #248 #376 #382
2024-11-28 02:22:25 +09:30
Jon
df73e86c88 fix(core): Related ticket slash command requires model to be imported
ref: #248 #376 #381
2024-11-28 02:22:24 +09:30
Jon
effa2904f8 fix(core): Ensure Ticket Linked Item slash command works for ticket comments
ref: #248 #368 #374
2024-11-28 02:22:21 +09:30
Jon
9fe4883f91 refactor(core): Ticket Linked Item slash command to use serializer
ref: #248 #368 #374
2024-11-28 02:22:21 +09:30
Jon
04ae338864 refactor(core): Related ticket slash command to use serializer
ref: #248 #368 #374
2024-11-28 02:22:21 +09:30
Jon
f45019024b fix(core): Ensure related ticket slash command works for ticket comments
ref: #15 #248 #368 #374
2024-11-28 02:22:21 +09:30
Jon
34a9d202c3 fix(core): Correct ticket comment model name
ref: #248 #365
2024-11-28 02:22:17 +09:30
Jon
d26868eced refactor(core): Ticket Linked ref render as template
ref: #296 #309
2024-09-21 12:28:00 +09:30
Jon
dfdc5bac9d feat(core): Add slash command link for linking items to tickets
ref: #296 #308
2024-09-20 16:57:34 +09:30
Jon
c022551427 feat(core): Add to markdown rendering model references
ref: #296 #308
2024-09-20 15:26:38 +09:30
Jon
5ad974f947 revert(core): revert ticket class defined in dir init
reef: #300
2024-09-17 17:14:11 +09:30
Jon
383bca4ff9 refactor(core): migrate ticket enums to own class
ref: #292
2024-09-16 15:59:54 +09:30
Jon
c81e319aac feat(core): Add slash command "related ticket" for ticket and ticket comments
ref: #284 closes #287
2024-09-14 13:19:39 +09:30
Jon
d05537a619 fix(core): correct logic for slash command /spend
ref: #284 c#286
2024-09-14 11:20:47 +09:30
Jon
7894ac5522 docs(core): Add slash command /spend for ticket and ticket comments
ref: #284 closes #286
2024-09-13 22:27:48 +09:30
Jon
c3307152e8 feat(core): Add slash command /spend for ticket and ticket comments
ref: #284 closes #286
2024-09-13 21:58:19 +09:30
Jon
9cb3afeb30 feat(core): Disable HTML tag rendering for markdown
ref: #284 closes #271
2024-09-13 16:19:42 +09:30
Jon
3e684b117f refactor(core): migrate ticket number rendering as markdown_it plugin
ref: #270 #271
2024-09-12 16:28:27 +09:30
Jon
51f28a6cf8 refactor(core): move markdown functions out of ticket model
ref: #270 ##271
2024-09-12 16:16:29 +09:30