Skip to content

Instantly share code, notes, and snippets.

javascript: (function () {
var jsCode = document.createElement('script');
jsCode.setAttribute('src', 'http://www.iqtransit.com/jira_make_unresolved.js' + new Date());
document.body.appendChild(jsCode);
}());
@cdalsass
cdalsass / jira_make_unresolved.js
Last active May 28, 2018 14:12
Mark Jira issue "Unresolved" (or Null in database)
/* Copyright (c) 2017 iQtransit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
@cdalsass
cdalsass / gist:906f000969a519383b0b
Created March 23, 2015 13:31
Statcounter Ajax Script
var sc_project= "XXXXXX";
var sc_invisible = 1;
var sc_security= "XXXXXX";
// got this from here http://forum.statcounter.com/vb/archive/index.php/t-25668.html
var sc_partition = 0;
var scrWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;