(This article is a follow up to http://maffelu.net/jira-basic-cjira-fetching-and-displaying-projects/) In the previous article, and the article before that, we talked about creating a connection to JIRA with C# and using that…(This article is a follow up to http://maffelu.net/jira-basic-cjira-fetching-and-displaying-projects/) In the previous article, and the article before that, we talked about creating a connection to JIRA with C# and using that connection…
Read the rest...Category Archives: JIRA
JIRA: Basic C#/JIRA fetching and displaying projects
(This is a follow-up to the initial JIRA/C# article: “JIRA: Basic C#/JIRA connection using REST“) In the previous article about how to work with JIRA in C# utilizing the REST…(This is a follow-up to the initial JIRA/C# article: “JIRA: Basic C#/JIRA connection using REST“) In the previous article about how to work with JIRA in C# utilizing the REST api…
Read the rest...JIRA: Basic C#/JIRA connection using REST
As I’m working a lot through JIRA I thought I’d try to communicate with it using C# and the REST api it’s exposing. This was not completely simple and it’s…As I’m working a lot through JIRA I thought I’d try to communicate with it using C# and the REST api it’s exposing. This was not completely simple and it’s obvious…
Read the rest...Using jQuery in Jira
If you want to make some customizations for your JIRA install using javascript then there are some good news; jQuery is bundled into the package. The only small downside is…If you want to make some customizations for your JIRA install using javascript then there are some good news; jQuery is bundled into the package. The only small downside is that…
Read the rest...JIRA: Changing the URL to Confluence
If you need to change an application link in JIRA to, say Confluence, then it’s not completely obvious how to do this. First you go to Administration => Plugins =>…If you need to change an application link in JIRA to, say Confluence, then it’s not completely obvious how to do this. First you go to Administration => Plugins => Application…
Read the rest...