Jira's built-in "release notes" feature focuses on a single project.
If you use the Bitbucket integration, then you probably make your commits mentioning precise Jira issue keys in the commits or in the branch name, is that correct? If not, then it is a good practice, because then your commits will be precisely linked to the corresponding user stories, tasks, bugs, etc. This app helps to implement a commit policy like that.
After that you should be able to collect the issues to be included in the release notes with running JQL queries against the Development field. It works cross-project.
When you have the issues, you can export those to a release notes with multiple apps like this one.
We have issue keys in the commits, isn't that the pre-requisite for seeing the commits in "Development field" in the first place?
You suggestion was looking promising, but there is no way to see the project or branch name in the "Development field", right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but there is no way to see the project or branch name in the "Development field", right?
If you mean the Jira project by "project", then it is not the "Development" field, but the issue that determines it. If you mean the Bitbucket project, then it may be available.
But the branch is definitely available like this:
development[branches].all > 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean BitBucket project.
The branch _name_ is not available, only the amount of branches.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems you're right... I'm surprised, I always thought you can access the related branch names through that field.
But the fact that only the <, =, etc. operators with numerical arguments are supported also suggests that this is a plain number only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.