-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
Affects Version/s: 6.0.41, 7.0.20, 7.4.5, 8.0.0alpha1
-
Component/s: API (A), Installation (I)
-
S25-W50/51
Steps to reproduce:
- Create httptest with tags.
- Check tag existance of relevant httptest items in item_tag table. Observe: Httptest tags are propagated to all items.
- Send request to httptest.update API method without passing tags parameter but passing steps parameter.
- Check tag existance of relevant httptest items in item_tag table. Observe: All tags were deleted for all items.
- Repeat first two steps.
- Send request to httptest.update API method without passing both, tags and steps parameters.
- Check tag existance of relevant httptest items in item_tag table. Observe: All tags were deleted only for directly related items of httptest. Step items still have tags.
Result:
Tags are unexpectedly deleted from httptest items.
Expected:
Httptest item tags remain to exist.
NB: The issue is reproducible only in 6.0. The optional DB upgrade patches should be prepared for 7.0, 7.4 versions, and mandatory DB upgrade patch for 8.0.
- related to
-
ZBX-27205 Web scenarios migrated from Zabbix 6 no longer inherit template tags after upgrade to 7.0
-
- Merging
-