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
Hi,
With the action 'Set entity property' you can create a Jira issue property.
But is there a way to delete a property? Or is the only way to call the REST API?
Using this:
Will result in:
{
"key": "myproperty",
"value": ""
}
Which means that the property still exists, but contains an empty string.
Yeah, I'm afraid that is true, couldn't find it myself.
For reference, use a sent web request with an authorization header, containing an API token:
DELETE {{baseurl}}/rest/api/3/issue/{{issue}}/properties/worklog_{{worklog.id}}
I believe that is only possible with the REST API from a rule. Here is a suggestion to add a delete action for rules: https://jira.atlassian.com/browse/JSWCLOUD-22628
Kind regards,
Bill
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.