Skip to content

Instantly share code, notes, and snippets.

@aslakknutsen
Last active August 30, 2017 15:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aslakknutsen/51c97639648595a47da33aa731fa8756 to your computer and use it in GitHub Desktop.
Save aslakknutsen/51c97639648595a47da33aa731fa8756 to your computer and use it in GitHub Desktop.
db := requires.Resource(t, Database)
space, wis := requires.Objects(t, Space(1), WorkItems(3, ExtraLongTitle()))
func ExtraLongTitle()  {
return func(wi *WorkItem) {
wi.Data.Attributes["system.title"] = ".. long thing.."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment