Dear Community,
I'm new to the community and thank you for accepting me.
I'm a beginner in learning about the OTRS product but I couldn't find a guide that solved the problem in the online documentation.
I would like to implement ticket tagging during closing so that activities from multiple queues are categorized.
I have several queues (ex: Queue A, Queue B, Queue C, Queue D) and I would like ticket tagging during closing to be present in some of these queues (Ex: Queue A and Queue C) but not in the others. For example, I would like that when closing the incidents present in Queue A, there is a drop-down menu (e.g. Dynamic fields) with the ticket tagging (e.g. tag1, tag2, tag3, tag4...) and that the operator during closing can choose the category before closing it.
I would also like these categories to be present during the OTRS reporting.
I would like to have a step by step guide how to implement the above.
OTRS version: 6.0.15
Thanks,
Andrea
OTRS - support to tag tickets during ticket closure
Moderator: crythias
-
- Znuny newbie
- Posts: 3
- Joined: 03 Nov 2023, 12:38
- Znuny / OTRS Version: 6.0.15
- Real Name: Andrea Fumagalli
-
- Znuny wizard
- Posts: 597
- Joined: 24 Feb 2012, 03:58
- Znuny / OTRS Version: LTS and Features
- Real Name: Mo Azfar
- Location: Kuala Lumpur, MY
- Contact:
Re: OTRS - support to tag tickets during ticket closure
1. You are looking at Admin > Dynamic Fields where you can add additional field to ticket fields.
Example,
Name: ClosureTag
Label: Closure Tag
FieldType: Dropdown
Object: Ticket
Possible values:
Key: AAA Value: AAA
Key: BBB Value: BBB
Key: N/A Value: N/A
2. Enable it at Admin > System Configuration > Ticket::Frontend::AgentTicketClose###DynamicField
3. Using the ACL. However, you only can control / limit field value instead of field behavior's (shown / hide).
https://doc.znuny.org/legacy/manual/adm ... n.html#acl
Example,
Name: ClosureTag
Label: Closure Tag
FieldType: Dropdown
Object: Ticket
Possible values:
Key: AAA Value: AAA
Key: BBB Value: BBB
Key: N/A Value: N/A
2. Enable it at Admin > System Configuration > Ticket::Frontend::AgentTicketClose###DynamicField
3. Using the ACL. However, you only can control / limit field value instead of field behavior's (shown / hide).
https://doc.znuny.org/legacy/manual/adm ... n.html#acl
-
- Znuny newbie
- Posts: 3
- Joined: 03 Nov 2023, 12:38
- Znuny / OTRS Version: 6.0.15
- Real Name: Andrea Fumagalli
Re: OTRS - support to tag tickets during ticket closure
Hi skullz,
thanks for your help and support.
We have tried your workaround but without success.
- We have created the Dynamic Fields
- We have edited the Ticket::Frontend::AgentTicketClose###DynamicField
- We saved and deployed.
But when we try to close a ticket, fields are not there. How can we fix it?
Please see our attachments.
Thanks,
Andrea
thanks for your help and support.
We have tried your workaround but without success.
- We have created the Dynamic Fields
- We have edited the Ticket::Frontend::AgentTicketClose###DynamicField
- We saved and deployed.
But when we try to close a ticket, fields are not there. How can we fix it?
Please see our attachments.
Thanks,
Andrea
You do not have the required permissions to view the files attached to this post.
Re: OTRS - support to tag tickets during ticket closure
I doubt that your DynamicField is named Enabled
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 3
- Joined: 03 Nov 2023, 12:38
- Znuny / OTRS Version: 6.0.15
- Real Name: Andrea Fumagalli
Re: OTRS - support to tag tickets during ticket closure
Hello,
Thanks a lot! Now it works.
Thanks,
Andrea
Thanks a lot! Now it works.
Thanks,
Andrea