Tuesday, September 10, 2013

Jira and javascript Bookmarks

Issue:

Sounds petty but I hate to pull down the menu in our Jira helpdesk app to log work.

Idea:


So I thought why not make a bookmark to open the log work option. I love doing this with Reddit.com so that I see all images expanded.. I might put that some day.


The Code:


Well the code ended up like this:

javascript: JobKeyVAL=""; function LoadPlayer() { return window.open("/secure/CreateWorklog!default.jspa?id="+ JobKeyVAL,"_self");};  JobKeyVAL = document.getElementById("key-val").rel; LoadPlayer();

I am only using this on Chrome so if it doesn't work other places, sounds like you have something to figure out.
Drag this link to your bookmark bar to save it:

LOG WORK

After you have this on the Bookmark toolbar, open an issue and click the bookmark.

How can I know what is being printed on my Windows 2008 R2

Problem:

I need to be able to see if people are printing to a certain printer.

The resolution:

After some quick looking I found this webpage.
A wonderful person posted this:

Go to: Server Manager -> Diagnostics -> Event Views -> Applications and Service Logs -> Microsoft -> Windows -> PrintServer -> Operational -> right click on the right side under Actions "Enable Log"


Information found at:

http://technet.microsoft.com/en-us/library/cc784896(v=ws.10).aspx