I want to schedule this rule to run once, then I will turn it off.
I want to copy every ticket that is captured by the JQL I provided on the When Scheduled tab, which is:
issuetype = Problem AND description is not EMPTY
On each of my Problem issues is a desctiption field with info in it, I want to copy the values in that field and put it into my new custom field , let's say named "X"
I feel like I am close with the rule below... any suggestions / thoughts?
Hi Sierra,
looks good so far, but the spike story field will be cleared currently.
I would recommend to limit your JQL to one issue (maybe a new one for testing) and check the execution results, before running the rule against all issues.
Hi Kai, right I don't want that field to be cleared out necessarily, it is a new field that I just created so not that concerned with it having any values.
I agree with testing it on one issue, I'm going to do that.
I wonder if it says that field will be cleared because it is in fact going to put the description field value in it .. like I want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I changed my JQL to issuetype = Problem AND description is not EMPTY AND issuekey = SL-14628 and ran it.
I want the field "Each spike story needs to be clearly defined and can only be one topic (even if there are multiple instances of it)." to have the Description's value copied over into it but my rule isn't doing that for me.
The audit log says NO ACTIONS PERFORMED
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I accomplished this by adding in a smart value. Thanks for the conversation!
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.