Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Jira Version: 3.13.5
I've on my Dashboard in JIRA a section which display all open issues assigned to me.
But in this list are also some already closed issues.
So I had a look at the workflow.
I just get 1 close transition. I add under "Post Functions" the following:
Set issue status to the linked status of the destination workflow step.
— THEN
Add a comment to an issue if one is entered during a transition.
— THEN
Update change history for an issue and store the issue in the database.
— THEN
Re-index an issue to keep indexes in sync with the database.
— THEN
Fire a Issue Closed event that can be processed by the listeners.
But it doesn't work! All issues which are closed aren't marked as close!
Does anyone know where I can find this settings?
The "Assigned to me" app on the Dashboard doesn't show issues that are assigned to you and Open.
It shows issues that are assigned to you and have a status of Unresolved.
I suspect that your post-function does not do this. I currently have the same problem with JIRA 5.03 and a Greenhopper automatically generated workflow. I've also filed an issue with the Atlassian Support.
Check your resolution status, if it is unresolved you've found your problem.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I would like to customise App Suggestions in iOS programatically.
It usually says Good Morning and my app name.
Is it possible that I configure it to say something other than "good morning"?
Can I control when and where it appears?
I couldn't find much information in this regard.
Thanks,
Elstine
You can't modify App Suggestions from an application, as that content is outside of the scope of an app's sandbox.
"Good Morning" appears there because the App Suggestion feature detected that you usually use a particular app in the morning and greets you with an according message. Those strings come directly from this feature and are not app-dependent; therefore, they can't be changed as of now.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to have more control on backlog....
Years ago, we have created a project using a SCRUM Process... Not all developers pay attenction to use correctly TFS... There are many problems I'd like to solve step by step...
First one... I would like to prevent to close a PBI until subtasks opened exist. Can be possible? I have looked for on google... I have looked for settings everywhere on tfs but it seems it is not possible... I remember that on Jira could be possible... is it possible that Microsoft haven't implemented this option?
Do you have any idea to avoid that subtask remain opened when parents are closed?
Thank you
There's no way to do that. The state of work items are totally independent of all other work items, including linked work items.
The best way to manage it at the moment that I've seen is to either:
Handle it via process: Be diligent about reviewing the sprint board and don't close user stories with open tasks
Write a work item query that shows you this information. Something like this will do the trick:
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Recently my company took Jira for Agile project management. As part of our process definition, we have a list of items that need to be covered in Sprint Planning (we used to use a checklist in trello for managing them). In Jira, how do we incorporate the checklist in Sprint Planning?
To handle checklists in JIRA Issues you can have a look at this plugin Checklist for JIRA.
For your use case I would prefer to handle Sprint Planning or any meetings in Confluence (if you can have it).
You can nicely link Confluence with JIRA Issues in both direction.
A couple of options spring to mind.
You could create a custom issue type called 'Sprint Planning' and add to it custom field checkboxes for each item on your checklist.
Alternatively you could just add in an issue and put the checklist in the 'Summary' field.
There may also be checklist plugins for JIRA (although I don't have any personal experience of them).
We also use Confluence page as a meeting agenda or checklist and the nice thing about Confluence page is that it is easy to reference issues from Jira and comes with a built-in checklist.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
On 10/17, adobe issued release 1.4 (Version 15), which wrote over all of our event, evar and prop field names... has anyone else experienced this issue? If so, how did you fix it?
I have not seen this happen (I work with a lot of clients who use SiteCatalyst.. haven't heard anything from them nor seen it myself). I would first try logging out and clearing cache/cookies and then log back in. I have sometimes noticed weird behavior in menus after changes (like creating/updating saint classifications), and doing this fixes it. But if that doesn't work, you can just go into your interface and relabel them (you have to have admin privs). Kinda inconvenient, but doable.
Also.. if there is more than one person with admin access to your SC interface.. you should ask around and see if anybody messed with it. Another way this could happen is for example if someone made a new report suite and was looking to dupe the variable labels/settings from an existing one.. and then messed up the process. For example, if you select 2 (or more rsids) and go into the prop listing, it will normally say "multiple" as a value if they do not match up between rsids.. but when you make a change, it's changing all selected rsids..
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
How do you handle bug duplicates in tfs with scrum template? Do you use the state "delete" or do you first set the bug to "in progress"?
I got some duplicates in the list of user stories too.
I simply use the state "Closed" with the description "Out of Scope", and I add a comment stating that the user story was closed because it was a duplicate.
Sounds good to add a reference to the original item.
I guess something like this can be done for bugs as well.
That entirely depends on what you would try to achieve. I would suggest that you could simply set the duplicate to 'delete' possibly creating a link to the other bug.
You should have an option to set it to a state of "duplicate" from its initial state. I agree with #mfloryan that you should link to the original bug.
If you let mek now which template you are using I may be able to revice this to be more specific.