[SOLVED]Changing ticket state from agent interface

Moderator: crythias

Post Reply
alek12z
Znuny newbie
Posts: 10
Joined: 16 Feb 2021, 11:46
Znuny Version: 6.0.28
Real Name: Aleksandar

[SOLVED]Changing ticket state from agent interface

Post by alek12z »

Hi,

I'm trying to add few more ticket states.

Within those, agent would need to have possibility to change the ticket state, after ticket is assigned to particular agent (like "wip" - work in progress), see snip

I've tried several option, didn't work.

Any suggestions?

Thank you.

Aleksandar.
You do not have the required permissions to view the files attached to this post.
Last edited by alek12z on 26 Apr 2021, 14:54, edited 1 time in total.
wurzel
Znuny guru
Posts: 3224
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Changing ticket state from agent interface

Post by wurzel »

Hi,

check ForceStateChangeOnLock in system configuration.


kind regards
Flo


the "wip" state as you call it, is usually done by the function "locked" or "unlocked"
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
alek12z
Znuny newbie
Posts: 10
Joined: 16 Feb 2021, 11:46
Znuny Version: 6.0.28
Real Name: Aleksandar

Re: Changing ticket state from agent interface

Post by alek12z »

Hi Flo,

Thank you very much for your answer and notes.

I already set the setting, which indeed set the newly submitted ticket state to "open" instead of "new"(snip 001), also part of desired configuration.

1. What I would like to achieve is the option within assigned ticket from particular agent interface, to be able to set/update ticket status, by setting it up to "wip"(work in progress) on opened tickets, once agent starts with work on the ticket.

2. As possibility, comparing to current "type" ticket states available within particular ticket(like "Close" or "Pending" - snip 002), if there option to add ticket type "open"-snip 002) and then select different states, will be perfect :)

KR,

Aleksandar
You do not have the required permissions to view the files attached to this post.
skullz
Znuny superhero
Posts: 618
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Changing ticket state from agent interface

Post by skullz »

HI, to exactly has another custom menu, you have to write another module..

the easy way i can see is by using another existing menu, maybe Miscellaneous > Free Text
- to enable state selection in this screen, refer System Configuration > Ticket::Frontend::AgentTicketFreeText###State
- (maybe) to remove this menu from 'Miscellaneous' group , empty the value of 'ClusterName' at System Configuration > Ticket::Frontend::MenuModule###310-FreeText
alek12z
Znuny newbie
Posts: 10
Joined: 16 Feb 2021, 11:46
Znuny Version: 6.0.28
Real Name: Aleksandar

Re: Changing ticket state from agent interface

Post by alek12z »

Actually,

I found workaround, that is working fine:

Ticket::Frontend::AgentTicketNote###State

Here, i can set the state of the ticket.

Thanks.

Aleksandar
Post Reply