Replies: 2 comments 2 replies
-
|
Yes, I have noticed this couple of weeks ago myself. I do not know it this behavior was really intended and so it is by design, or it is some historic mistake. Because I personally think this is not what would people expect (at least not me). My opinion is, that type-specific mapping should have just precedence. So first type-specific mapping is looked up. If found it is used. If not found, wildcard I would be happy to change this, but the decision is not up to me. 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
Oh. I checked the history and it seems it is my own mistake made in this commit. 😳 I will look at it as soon as I will have a bit of time. Sorry for inconvinience. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @MrHinsh, @satano
Using version 16.3.3
I’ve noticed that when a wildcard ("*") field map is defined, any type-specific mappings (like "Bug") are ignored. For example, if both exist:
and
Only the "*" mapping is applied, and the "Bug" mapping is never executed.
Is there any way to configure or use the tool so that both the wildcard and type-specific mappings are applied?
Beta Was this translation helpful? Give feedback.
All reactions