Providing current user or customizing the job description

Is there a way to further customize job descriptions? We have 100’s of users in foreman, who all run various jobs manually or via API. Talking manual jobs here, is there a way to modify the job templates so that it includes the users name in the description?

As you can see, when you go to look at a job, its not very easy to tell what it was for:

I was wondering if there is some way in here, to have the current user added to the description.
image
This of course doesnt work.
Of course a user can choose to edit the description, but that is sort of time consuming and an extra step. Any other ways ya’ll can think of? An input they can just type that gets added to the description somehow?

You can use the %{thing} syntax to have things replaced in the description. You can use job_category, template_name and names of the inputs to have the value replaced there, but that’s it.

That could work and right now possibly the only way.

Thank you @aruzicka :+1: