Shotgun Version Description includes JobID. Not sure if that’s just temporary for debugging purposes or accidental but ultimately I would say it doesn’t belong there.
Fixed this up a bit as per your request; the JobID will no longer be automatically appended to descriptions. I instead added the ability to use the {jobid} tag in the description field (which will get swapped out with the Deadline JobID on submission).
I’ll post an updated version of the Shotgun stuff tomorrow (unless I forget – in which case, feel free to remind me )
nice.
oops, meant to also ask if the other tokens would be available in the description field or not. Not a big deal but if it’s easy, it would be more consistent to simply include them all.
Sure thing, shouldn’t be hard to add.
Just added this today; all the tokens will now be available in the Description field as well (though there won’t be a ‘preview’ field for it, like there is for the version name).
Cheers,
- Jon
Are these tokens documented somewhere like the smtd tokens? Can we push out facility wide tokens from the repository and defaults?
You can set templates that would be available facility-wide (they are selectable in a drop-down on the Shotgun submission form); this is done under the Event Plugin configuration for Shotgun. It also lists available tokens in the tooltip for the the template field (we’ll also likely be adding these to our documentation when we get that straightened out). I can’t remember off the top of my head if the templates made it out in the last alpha build – if not, they’ll be in the upcoming one for sure
For the record though, currently available tokens are:
{jobid}, {user}, {task}, {project}, {shot}
Note that these will be changing to ${…} in the next alpha release, though.