Show Open vs Done statistics in YouTrack with custom Workflow States - report

I'm experimenting with YouTrack 6.5 and I want to output bi-directional Reported vs. Resolved diagram like in Youtrack Help Pages.
When I try to plot the diagram I can see reported tickets but completed tickets are missing.
As far as I understand, tickets states should have particular values like New, Resolved, or Reopen. But what if tickets have other possible values: (Open, Done) instead of (New and Resolved) in our working process?
Is there a way to map these states?

Please check that State values that are supposed to be resolved (Done and others) are marked as Resolved (Project -> target project -> Edit -> Fields -> State -> Done, check Resolved option).

Related

How to stop Jira/Xray from updating my test case name/summary?

I am using POST /api/v2/import/execution/robot to import my Robot Framework test results to Jira/Xray. I use robot tags to identify which Xray test executions I want to update. Problem is, that in robot file I want the test case name to be "Example" and in Xray I want the name to be "Real deal". When I POST my test executions to Jira, it automatically updates the tickets summary as follows:
XXX updated the Summary 30 minutes ago
Real deal -> Example.
So the ticket name changed, and I don't want that.
How can I stop this from happening?
Read through the documentation and tried to google, but can't find anything related.
From my understanding, and to clarify, you're using Xray on Jira Cloud.
Currently, the behaviour is non-configurable. For the time being, the only solution would be to change "Example" to "Real deal"; I would avoid having different names in RF side and on Jira side.
Finally, my other recommendation would be to reach out to Xray support team asking for an improvement, so that the team can analyze your need.

How to add custom order state to shopware 6

For shopware 6 i want to add some custom order statusses to the core.
With the DAL i managed to add these on activating my plugin, but now the are not selectable in the administration. So i cannot change my order to this new custom state.
Anybody who can help me make this status selectable?
When you look at the state machine ERD you see a quite complex setup regarding states. There is a table called state_machine_transition which might be missing some entries in your case:
In the docs it is an overview of the state machine of the devlivery state, what I assume is your new state in. In the state machine graph you can see all available states and all transition steps that are available to change from on state to the other.
I assume you are missing such a transition step. As soon as you add a transition step the administration should allow you to step to it. Make sure to integrate your new state so it can be changed from and to it back and forth in any case. This prevents a user to be locked in a deadend.
You can change the state using method transition of class StateMachineRegistry
Here is the right way to add a custom state to order, order transaction, shipping -
https://developer.shopware.com/docs/guides/plugins/plugins/checkout/order/using-the-state-machine

Create dashboard views that are based off of current date (ie. show resource overview for next 2 months)

I'm attempting to create a report that is based off the current date. So, for example, creating a line graph that shows total work for all resources for the next 2 months. It would be very similar to the resource overview dashboard, but it wouldn't be pulling in data from the entire project.
The 'Resource Usage' view below has been very helpful, as it would be visual aids based on the hour allocations below.
We can create a graph like the one below in the reporting module, I would like the graph to only look at the next 2 months (instead of the entire project duration).
The goal is to look at capacity and future work allocation to easily look at resource availability to aid in assigning future tasks.
Thoughts? Tips? Advice?
You should be able to use the built-in Report capability in MS Project 2016. Try modifying the Progress Versus Cost chart in the Cost Overview report.

How to include the number of days a task has been in a specific status (New, In Progress ...) in a report?

I'm trying to create a report that includes the number of days a task has been in a particular status. Any ideas/suggestions would be appreciated.
There is no way to do this inherently in Workfront. You can build something through the API that runs these calculations there are also partners you can work with to build something.
atappstore also has something they have already built here
http://store.atappstore.com/index.php/product/sla-package/

Tridion 2011 - How to unselect all the default selected publications while adding a group to a user?

I am facing one typical issue on Tridion 2011 administrator activity.
How to replicate the issue?
Open a User
Add a Group to the user
Once group is inserted, by default all the publications are checked/ticked
Now here is the issue, if I have 200 publications and in that I want to check/tick only 2 publications then I need to uncheck remaining 198 publications manually.
Which is really difficult task doing for 20-30 users same activity.
I tried by checking and unchecking "ALL PUBLICATIONS" check box but NO LUCK.
How to fix this?
OR
Is there any hotfix already available?
You can use the following workaround:
Select all publications (Control + A)
Press Spacebar (Toggles selected/unselected)
Typically I'd recommend setting users to a group specifically for scope and permissions, rather than trying to define this for each of some 20-30 (or more) users.
For example:
Create "Rights" groups (or use the defaults) with This Group will be available for setting permissions in the following Publications: set to All Publications.
Create "Scope" groups with membership to one or more rights groups, with the scope limited to certain publications. Use Puntero's useful tip here. Optionally use separate groups for permissions.
Going forward, add users to a Scope group with Membership Scope: set to All Publications
This lets you consolidate global user changes to a few groups and simplify manual changes, even if experiencing a possible UI bug.

Resources