It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi there,
I want to copy a scripted field to a normal field during the post-function of the create step.
But it seems, that the scripted field is always null, even when I place the copy action as the last post function after the event?
Any ideas how to resolve this?
Thanks,
Thomas
That's odd... it only gives me a non-null value when I use the following way of getting a custom field value. No idea why:
import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.MutableIssue def customFieldManager = ComponentAccessor.getCustomFieldManager() MutableIssue issue = issue def cf = customFieldManager.getCustomFieldObjectByName("My Scripted Field") issue.description = cf.getValue(issue)
And I have to have that script as the first post-function. It's pretty simple to copy a custom field, you may need to write a short script for it.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.