You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
We have CRM field Company and we want to use its value as a condition in jira task automation. We need to automaticaly edit tasks in depending of the company chosen. But we are not able to select this field - it's not in the list of fields.
Can you suggest me how to solve this?
kind regards,
Anna
Ηι @Anna Grace and welcome to the community,
Which post function do you use? Do you have any 3rd party app like JMWE? This field you are talking about is it a custom field which you created? What type?
Hi Alex,
I don't know what is post function.
I hope it helps
Kind regards,
Anna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace instead of using the issue fields condition, use the advanced compare condition and type something like:
In the second value, place a value which the company field might have.
Test your rule that it's working properly and you could also add a log with the value {{issue.fields.Company}} to see what value it is returning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace please reply within my answer if that's ok with you, in order to avoid any confusion. Can you please see if that custom field exists on your instance? In addition, which app do you use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately it doesn't work.
I tested the advanced compare condition for CRM created field {{issue.fields.Company}} - failed and for Jira field (s) - success
the field Company exists and we regulary use it. It's the key field for us.
I use Jira Cloud (if you asked about it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace I meant that I would like you to check on custom fields and see if you can find it there. If you can, click on the ellipsis menu and then see its id on the address bar of your browser (usually bottom left corner when hovering over a link):
And again I have to ask you: which app do you use for CRM?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anna Grace ,
As I see on the screen, the app provides this custom field. It can cause a problem. What app do you use? You should contact the vendor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Katarzyna Pawlak _Appsvio_ it's not necessary to contact the vendor. Not yet at least. It's not clear if this custom field can be found in this jira instance (which most likely can). And during the automation we will use this ID instead of the name. Who knows? They might have more CFs with the same name.
@Anna Grace kindly provide the audit log and the rule as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
CRM app - CRM for Jira Cloud
We have this Custom Field in Jira. It's locked. Popup window: "This confiruration item is locked by Jira or one of its plugins. You are not allowed to alter its configuration"
There's only one field with this name (Company)
customfieldId=11447
Kind regards,
Anna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace in your compare component, the equation is not right. You should type
{{issue.fields.customfield_11447}}
Try the above and let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace , to reply to your answer:
Thank you very much, Alex! It works!!
Usually we fill in this field manually from the dropdown but we really want to automate it.
And is it possible to make a rule that fills it in depending on curtain condition?
If that's ok with, try to reply to this thread, in order to keep it as clean as possible for other users in this community. In order to automate it, you have to use the if/then component (ignore the trigger I've chosen):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I didn't catch your idea on the screenshots. Perhaps my explanation were not clear. I've created another question :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Grace ok, I'll take a look at your other question. In the meantime, kindly mark my answer as accepted, in order to help other in the community with the same question as yours.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much, Alex! It works!!
Usually we fill in this field manually from the dropdown but we really want to automate it.
And is it possible to make a rule that fills it in depending on curtain condition?
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.
thank you, Alex
I've tried for this field, but it doesn't work.
It works for Jira fields (I've checked) but not for this.
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.