- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 10:57 AM
Hello,
In the knowledge article, by default, there's a "Create Incident" button on the header. Is it possible to pass the article's title to the newly created incident's Short Description filed when clicking on the button? Thanks very much!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 11:43 AM
Hi nowdev,
Do you have something under the KnowledgeBase properties that defines the URL for new incident from KB.
URL used for the "Create Incident" link after rating a Knowledge article not helpful:
Here is an example I tested that sets the short description and also put some comments in the new incident record on click of the "Create Incident" Button
incident.do?sys_id=-1&sysparm_query=active=true^short_description=$[HTML:knowledgeRecord.short_description]^comments=(Created after Knowledge search: $[HTML:knowledgeRecord.short_description])&sysparm_stack=knowledge_home_launcher.do
-Fred
Please mark Correct if it solved your issue and/or hit Like and Helpful if you find my response worthy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 11:53 AM
Hi Osbore
left nav ->Navigation add on->kb_navons->
you change the create incident name and URL
incident.do?sys_id=-1&sysparm_query=active=true^comments=(Created after Knowledge search: $[HTML:knowledgeRecord.short_description])&sysparm_stack=knowledge_home_launcher.do
Thanks&Regards
Haseena.
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 11:56 AM
It works, many thanks Fred!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 12:03 PM
Thanks for the confirmation.
I learned an alternative way to accomplish this as well from the others
Always like when the community provides more knowledge for all of us
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 12:06 PM
Yea, I'm likewise grateful for the community

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2017 07:59 AM
Do you know if current user info can be passed via the sysparm variables, like current user company or current user department/location?