• ExtensionsPaid
  • Support Platform - Turn your community into a support platform

Update v2.1.1

This update is specially for users using the last week introduced ticket automation.

I just experienced a bug that automatically closed a pending 'inactive' ticket after a reply from an agent. Aparently I've made a mistake in the query that checks for results matching the reminded count and last reminded at columns and the corresponding settings.

This bug has been fixed in this release, I would recommend updating 🙂

Updating

To update our extension, run:

composer update v17development/flarum-support

Ralkage Curious to know of merging and splitting tickets will be added in the future? 😉 ZenDesk has this functionality, but it can be unpredictable at times.

I was wondering, how would this work? Is that just like splitting a topic? In what situations would you use this?

Justoverclock there's a live demo somewhere?

Good news, I've just created a demo with demo access! 🙂

You can find the demo here: https://flarum-support-demo.v17.dev/

More information about this demo, check this topic: https://flarum-support-demo.v17.dev/d/3

    JasperVriends I was wondering, how would this work? Is that just like splitting a topic? In what situations would you use this?

    Exactly! In ZenDesk, we rarely split tickets because the clients typically open up new ones before we get the chance to lol. One scenario last week called for it because the client had additional questions about a different product and I didn't want to jump all over the place. In the sense of merging a ticket, we typically do this with duplicates or even in the event where two people from the same client are talking about the same issue or product in two separate tickets. There are probably other use cases but here is the UI overview of the merge feature:

    Menu in ticket
    Ticket merge modal
    Ticket merge confirmation modal

    As far as bugs are concerned, these are the ones I ran into:

    • You can re-open a ticket by hitting the reply button with no actual response/reply.
    • You can reply to a ticket without leaving a response/reply.
    • There is no validation when you haven't added a subject or any message content during ticket creation.
    • As the support user, I wasn't able to assign a new ticket to myself because it was grayed out (probably lacking the permission to be able to)
      • I don't see an option to assign myself the ticket from within the ticket itself when viewing it.
    • Mobile view looked a bit wonky (already reported recently but does not specify where eactly), see blow:

    Tickets overview
    My tickets
    Inside a ticket

    For the Tickets Overview page on mobile, may I suggest adding the support ticket filter menu to the top navbar like how it is when you visit a user's profile? (i.e.; switching from the user's Posts to the list of discussions they’ve created)

    User Page navigation

      Is it possible to add additional users or groups to a support ticket? I'm guessing not and it would probably be complex to implement, similar to byobu functionality (sorry I can't remember the acronym of the private discussing extension).

        Ralkage yes exactly. It would provide shared ownership of a ticket from user side so that multiple users can participate or receive notifications for if some just want to be watchers. I think it resembles what byobu does with private discussions, but being separate extensions I imagine it would be challenging to implement.

        Ralkage Interesting usecase, sounds reasonable! I think this would be a great idea for when different departments are being introduced into this extension. That's something I'll work on in the future 😃

        About the bugs and feedback, thanks for the list! I've added them to the issue list and fix them in a later update!

        Ralkage As the support user, I wasn't able to assign a new ticket to myself because it was grayed out (probably lacking the permission to be able to)

        This functionality isn't built yet, but I indeed already added the button. The idea is to implement this functionality in the next version. However, when a support user replies to a ticket, this user is automatically being added to the ticket (this is already working and built in) 😎

        ctml Is it possible to add additional users or groups to a support ticket? I'm guessing not and it would probably be complex to implement, similar to byobu functionality (sorry I can't remember the acronym of the private discussing extension).

        This is currently not possible, but the ticket system uses the discussion system, so it wouldn't be that hard to give more users access to a ticket. I'm not sure if group access would be a good idea, then a private discussion like Byobu would fit better. But I like the idea of adding individual users to a ticket 🙂

          JasperVriends allowed groups could controlled by admins through a permission. (ie. can group be included in tickets, can user include groups they do not belong to), so that users cannot abuse widely used groups, or groups they are not a part of.

          I could foresee a use case of self managed user groups for flarum. The idea would be groups can be managed (maybe even synced with AD down the road) allowing users to own a group and users in it, they can be leveraged by them where use case permits such as private discussions or support tickets and removing the burden from admins of managing these groups. A real life example could be a company using flarum, with a number of different clients and you are supporting your users through your forums or ticketing system. With the above, users could create private topics amongst their team using their group to discuss using byobu, or open support tickets with their entire team having visibility.

          Something like the above would need differentiation between admin managed groups, and user managed groups, and there could be a default set of permissions for user created groups so that they are getting bare bone groups. The permissions UI for groups would likely need to be reworked as you could imagine the number of groups would much higher and the current UI may not provide great UX in that scenario.

          This kind of group system of course is outside the scope of this extension, but I see it as an attractive opportunity and also why group support on tickets could be very useful (down the road).


          For support of additional users on tickets, another cool option would be able to include a separate notification email. This way you could provide group like visibility on tickets by providing an alternate email or emails (if multiple would be supported), but at least one additional email would let folks provide a distribution list so other users could get email updates on the ticket also useful in a team setting.

          In summary, I see a lot of value in these features (personally 🙂 ).

          1. Collaborators (Users, Groups - but probably dependent on enhancements outside of this extension above)
          2. External recipients (email notifications)
          3. Bulk view of article ratings & feedback with ability to export (not mentioned above, but I have brought up on your slack workspace)
            25 days later
            12 days later

            The mobile padding seems a bit off in places.
            See below examples:



              katos Currently I'm working on an update and the responsiveness has been improved in this update 🙂 Thanks for your feedback though 😛 If you find anything else, let us know!

              Updated example:
              updated example

                Update v2.2.0

                Update time! Finally we have implemented an article ratings overview! See what articles perform bad and need to be updated!

                We have also added a new feature: you can convert discussions into tickets!

                Also, some bugs have been fixed and enhancements have been implemented in both the support tickets and the knowledge base.

                The new ratings overview

                Ratings overview

                Full changelog:

                • Implemented a article-ratings overview
                • Sort on lowest rated articles
                • You can now convert discussions into tickets
                • Ticket replies load in faster
                • Replying to a ticket doesn't refresh the page
                • Preload ticket data
                • Ticket overview & view ticket pages are more responsive
                • Show hero and login window when not logged
                • Lot's of bug fixes

                Updating

                To update our extension, run:

                composer update v17development/flarum-support

                ℹ️ There's one migration to execute

                  23 days later

                  JasperVriends
                  Hi Jasper, for the new ratings overview the button to access this feature looks like this on my knowledge base:....

                  Is that the expected look?

                    Hi Jasper, is this the correct place to request support?
                    I would like to configure the settings so that any user can create a new article but it is not published and gets sent for moderation/approval by admins etc who can then publish.
                    Is this possible?
                    Thanks, Marc

                      marcfrompgs This is possible. You need to ensure the Flarum Approvals extension is activated. Then, in the permissions you say that users can create posts but they require approval.

                      You may do this by tag too. So you can add a tagged based permissions column and say, only for these tags (aka support categories) require post approval.

                      15 days later

                      Hi marcfrompgs , just want to let you know that this is the expected look as there might be more settings available on this page in the future.

                      As 010101#162682 mentioned, the best way to moderate user-written articles would be using the Approval extension, unfortunately there's no way to approve them via the moderation menu (yet), but we'll add this in a future version next month.

                      Also, you can also request support via our V17 Development Slack workspace.

                      doublethinker Thank you for your interest n the Support Platform extension! Currently, this is not yet available and not planned. But you never know, maybe in the future 🙂

                        6 days later

                        Hi @010101 & JasperVriends, could you explain more how to set this approval please?
                        All I see in the admin of the Approvals extension is the below:

                        As you can see my knowledge base tag is currently set to only admin and mods to start discussions without approval. I do not see something to start discussions with approval required?
                        And then in the main permissions page I do have the following settings applied:

                        Maybe I have something set up the wrong way around?
                        Thanks in advance, Marc

                          marcfrompgs Currently the Support extension hasn't implemented the approval features yet (there are no moderation buttons). I'll look into that for the next update next month