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
Hey guys,
Does anyone here know if the possibility of creating value within a cascade field via JMWE, for example:
After a post function it accesses field X and adds a value.
Will this be possible?
Hi @Henrique Degan ,
it is technically possible, but not easy. You would need to use a Build-Your-Own Post function and write a script that calls the Jira REST API (using the callJira Nunjucks filter), more specifically this API endpoint: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-custom-field-options/#api-rest-api-2-field-fieldid-context-contextid-option-post
Goodyyy
So we can touch on this post here, because if I solve this problem I will solve several here:
It's basically the following, if I can send a RESTY call the way I call it in Automariom, I'll solve the problem
I thought there was another way!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please note that if you want to call the Jira REST API of your own instance, you should use the callJira filter instead of callRest. See https://community.atlassian.com/t5/Jira-Service-Management/Re-Re-Send-WebHook-via-JMWE/qaq-p/2516119/comment-id/151136#M151136
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.