On the Jira Service Desk Organizations screen I want to be able to add a custom field in order to flag non paying clients. The purpose of this is when a call is logged an email can be sent back to client letting them know their issue will not be attended to until the account is brought up to date.
So I can use automation to check for the flag and either send the we have your issue message or you need to pay message.
Any help please?
Hi,
You might be able to do it OOB.
Trigger = Issue Created
When = JQL: Reporter in memberofOrganization ("Org name")
Then = Send email - You can then customize that email
Cheers
Susan
@Susan Hauth _Jira Queen_ , In fact that should work. The open question in my mind is how to add a property to an org? Ideally you could add a property to an org that would reflect their support status: active, overdue, inactive, etc. but orgs don’t have properties so how to solve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly.
Orgs dont have properties or statuses or allow custom fields...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately there is no way to add properties to an Organization. So it would be a manual undertaking of keeping the automation rules up to date whenever there is an organization that is not in good keeping or vice versa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes it looking that way unfortunately. Pity.
Thanks for the feedback and assistance @Jack Brickey and @Susan Hauth _Jira Queen_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i also looked for organization properties which could be
do you have a feature request for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
So sounds like you want to connect up a database almost of info around an organization. There is nothing OOB that I know of. But maybe take a look at the app Insight, as you can make that a database of anything and it works well with Service Desk:
https://marketplace.atlassian.com/apps/1212137/insight-asset-management?hosting=cloud&tab=overview
Although it's primarily used for Asset management, it can be set up for any sort of data object.
Hope that helps
Susan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is what I am thinking and suggest you try.
I don’t think you can do this out of the box automatically but if you want to do manually then you could simply have agents transition manually. But the question you need to answer/solve is how is the org flagged as overdue. The Automation for Jira has a free version that gives you 300 automations per month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jack you are exactly right in your understanding.
I had the exact plan as you describe, however I then realised the issue with the "overdue" flag against an organization. Which is really the crux, I can do the automation but need to be able to set an "overdue" flag against an organization.
The agents may not know the status of the account thus I dont even want the ticket to reach them if the org is in "overdue" status.
So still stuck :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So not a great answer but you can modify the automation as needed. That is if an org is delinquent then when an issue is created from members of the org then deflect the question. When they pay clear the automation.
you cloud do this with a single automation and mange multiple delinquent orgs. Remove/add the delinquent org. Or an automation per org and then enable/disable as required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sue Webber , I happened to be sitting in on a webinar from Codebarrel yesterday and was intrigued by an example they were walking thru on "overdue invoices" and thought of this thread. If interested have a look at the "Notify overdue invoices" rule in their Playground site. Look at the others too. I learned about the availability of math functions that may allow you to more autonomously manage overdue invoices based upon a due date. Worth some investigation. I was certainly impressed w/ the flexibility of the addon and look forward to upping my game a bit. ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.