Tag Archives: nodejs

JIRA Bulk Link via API

JIRA can’t natively perform bulk actions on issue links. I needed to move some links to a different link type. Here’s a quick script in Javascript that runs with NodeJS. It querys for all the relevant issues using JQL and … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Running Ghost with cPanel on Shared Host via Rails

I have been looking to migrate my WordPress-driven blog over to Ghost but I don’t want to use a VPS since that would require me to configure and maintain every detail. Shared hosting is great in that it is essentially … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment