What I'm trying to do:
Note. I do not want to give the director agent license.
Questions:
Thanks much and happy new years!
Garret
I will make the Director a participant and make him/her fill a submit form with all ratings that needs to be rated and scored to a class or numerical points dedicated to the idea for the solution of the need for the director to submit their feedback :)
Hi,
What would that form look like? After a service desk ticket is created, there are only comment sections where the participant can make changes to. Are you saying a separate form will need to be attached in the comment section coming from directors?
Thanks,
Garret
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to edit the ticket itself to include such form in it's screen so the director or whoever needs to see it can.
Example flow of directoring...
1. I'm user or client and I make a request.
2. The Assignee will add the Director as participant or your can Automate it on request created...
3. The Director will see that there is a Form that allow you to input a value or select one from a drop down (drop down is better!)
4. The Form is configured to set a custom field value that is visible on the issue screen for the Assignee later on.
Here is how I made it work, your step could be (as should be) different than mine:
1. Make a new form and attach it to a Request type/s
2. Make sure the Director is added as participant
3. Tell the Director what they need to do
4. They will see this
I have edited the form setting to keep it open for edits
5. Profit! No wait, there is nothing to profit we are not Ferengi.
I suggest you add yourself as participant and test the flow yourself first it work for me but my Portal settings are stock.
If my answer was helpful be sure to mark it as solution or to ask more questions in order to help you :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Atlass Monster - You are a Monster indeed!!
Thank you so much for the detail explanation, this is exactly what I am looking for. Much much appreciated it! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Garret Zhang '
If you read the last director comment, you can extract a string(this is by using automation)
{{issue.comments.last.body.substringBetween("STRINGSTART", "STRINGEND")}}
Then in the automation, you add that to a variable.
then the variable can be used to add the value to a custom field
Try that to extract the string.
more on smart value here. check {{issue.comments}} :
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aaron,
Thanks for the quick response, I need additional clarifications. What if the director left a long comment, and we only need the rating within that comment?
Thanks
Garret
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The smart value will extract anything you want if you give it the start and end strings.
It doesn't matter the user/assignee/reporter. It will read the last comment.
Regards
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.