by designsbyarchie | Feb 7, 2019 | Blog, Philosophy & Practices, Project Management
So you’ve configured Jira to accept issues/tickets/bugs etc etc via email and have no idea how to change the issue type of the incoming emailed issue. It took me awhile to figure this out but, in short, here are the codes to assign the issuetype for the Cloud...
by designsbyarchie | Jan 18, 2019 | Blog, Philosophy & Practices, Project Management
The situation / use-case… Your new partner manages their projects in Saleforce while your org manages their projects in Jira. The first thought is to work from one or the other (preferably yours as most PM’s are inclined to want) to maintain centralized...
by designsbyarchie | Dec 18, 2018 | Blog, Philosophy & Practices, Project Management
deactivate user use JQL: assignee = “firstname lastname” and status not in (Done) then bulk update the issues with new...
by designsbyarchie | Sep 26, 2018 | Blog, Philosophy & Practices, Project Management
If you log into your admin panel in WordPress and notice that icons aren’t displaying properly and things are just off it may be that something is combining the javascript to execute as one. One solution is to toggle the concatenatation of the js...