Hi.
I'm using a C# application in order to create a release note document from data kept in Jira. I'd like my release note to include both change log and release notes. I couldn't find any API that deals with the change log. I'd appreciate any help.
Thanks,
Izhar Lotem
...
For example, PROJ-123 as the first issue instead of PROJ-1.
I was able to do this once via a properties file but cannot seem to find it now.
...
Hi,
We use Jira extensively in our project, but I often have a hard time finding issues that I know I have been working on earlier. Usually if some case is reported that seems familiar to something I have been working on in the past, but I don'tremember exactly what and when.
Usually, an issue is reported, our scrum master assigns it t...
My company uses Jira for storing requirements, which are written in the form of User Stories ("As a ... I want ... So that...") with details in the subtasks ("Given ... when ... then...").
I write requirements, usually an iteration ahead of the developers.
I tend to draft my requirements in a word processor before putting them in Jira....
I would like to include release notes with every release of our intranet project. We use Jira. Is there a way to generate the release notes automatically based on the fixes that were submitted to SVN? We usually check the files back with the jira key id.
...
Has anyone had trouble with response of JIRA's createIssue method?
The problem is, that method returns empty attachmentName node:
<attachmentNames soapenc:arrayType="soapenc:string[0]" xsi:type="soapenc:Array"/>
which is actually ok, but then the deserialization to the RemorteIssue object fails with:
Error in call to JiraService, met...
Hi to all,
I keep my Process Documents on SVN and I want to create a Wiki page includes the information about these files. We use SharePoint in the company for basic document sharing and team sites. As it is mentioned in
http://stackoverflow.com/questions/256407/what-are-your-biggest-complaints-about-sharepoint SharePoint Wiki lacks of ...
Does anybody know of an plugin that can be used to integrate Jira with TFS?
...
Some background: I would like to automatically create a readme.txt or release.txt file for my project from Jira. For that I would like to know if there is a way to retrieve all closed tickets starting a given ticket Id for project X? I was thinking to do that from my nant script or maybe from my c# code. Is this is a good way or are ther...
When I use the Webservice of Jira, I need to use the method getIssuesFromJqlSearch to describe a certain (JQL) Query. But it returns me "No such operation 'getIssuesFromJqlSearch'". Is this method in Jira 4.01 not implemented yet?
BTW: I need a method to get all Issues from one specific project, without creating filters first. This was...
In a fairly standard fashion, I created a Web Reference to a SOAP service in Jira for an extension that I'm building (Jira is an issue tracker for those unfamiliar with it). Visual Studio auto-generates a .Settings file and an app.config that contains the web service URL.
Since I'm developing an extension/plugin to an ALM product we're ...
How do you version in JIRA when your versions are like 4.8.{TFSBuild}.{TeamCity.Build}? Do I simply create a 4.8 Version in Jira? However what would I set the release date to? The problem is that our versions are dynamically and created based on the build# from tfs and the Team City build#. What is now the best way for me to create versi...
Hi all,
I've been reading some feature request-style threads in Atlassian's own JIRA install on how to disable (not remove) users in JIRA, and their suggested solution involves a series of UI actions. For the number of users that our organization supports, this needs to be automated with the rest of our employee account provisioning lo...
I'm looking at using the Hudson JIRA plugin to post a JIRA comment on each build. The SCM I'm using is perforce which is already linked to the JIRA tasks using perforce jobs. I can see that the JIRA story (e.g. PROJ-001) is visible through the perforce plugin when clicking on the changelist number in the build reports.
I'm having proble...
Hi,
I'm trying to attach some files to a Jira using the Soap API.
I have python 2.6 and SOAPpy isn't working any more, so, I'm using suds. Everything is fine except for the attachements ... I don't know how to rewrite this piece of code : http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client?focusedCommentId=180943#commen...
I've been looking at setting up Redmine, Trac, or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal team.
From the Trac documentation, you can set permissions to create or view tickets, but it do...
What's the best way to link formal specs to JIRA enhancement requests?
I want to track changes to specifications using JIRA.
Ideally, I'd like to refer to a functional ID reference in a JIRA ticket (e.g. MYAPP>APPROVAL LOGIC>MAIN SCREEN), so that program managers can retrospectively categorise defects.
The reason for this, is so that...
Hi,
we have bridged our log4net with Jira using SMTP.
Now we are worried that since the site is public what could happen to the Jira server if we get alot of issues in the production environment.
We have already filtered on Critical and Fatal, but we want to see either some acumulator service on log4net or a plain filter which identi...
Hi All,
In Jira is it possible to send an update email only on changing a specific field, rather than any field. If so, please advise how to do so.
Thanks
...
We use Subversion for version control and Jira for tickets. All our commit messages have a Jira ticket id in it. The repository has a traditional organization with a main trunk and a version branch.
I'd like to answer this question:
Which closed ticket items entered in this release?
See that there are some caveats, like when an i...