Hi Atlassians,
How can I had the locked field "Start Date" in a Business Project in order to have that field available to use in my issue types and timeline?
Thank you,
Marco R.
Can you explain a bit more? You can only return issues using JQL but the advanced JQL functions can returns issues or other attributes like projects, fixversions etc using which issues can be searched.
Perhaps an example is the way to describe here. Let's say you are trying to generate a query to create a periodic report. You have a project called "XYZ", with and Issue Type "ABC". Eventually you have a collection of ABC items with assorted "Fix Versions" associations. Each "Fix Version" or "Version" has a "Release Date".
So you need to see a report that shows each ABC item in project XYZ where status is completed/closed/whatever along with the associated "Release Date" of the "Fix Version" for each XYZ item.
From what I have been able to determine there is no way to accomplish this rather simple task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are right. You can find the issues (each ABC item in project XYZ where status is completed/closed/whatever) along with fixVerison but not with the associated "Release Date" of the fixVersion because release date is not an attribute on the issue. You can do this only if you capture the release date on the issue, either manually in to the custom field or programmatically in to a scripted custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.