•  
     
    story #32309 Search artifacts with/without links via TQL
Summary
Empty
Search artifacts with/without links via TQL

This is an extension of story #32307 and story #32281

Forward links

  • Find all "fixed in" requests: … IS LINKED TO WITH TYPE 'fixed_in'
  • Find requests "fixed in" artifact #123: … IS LINKED TO ARTIFACT = 123 WITH TYPE 'fixed_in'
  • Find requests "fixed in" an artifact of 'release' tracker: … IS LINKED TO TRACKER = 'release' WITH TYPE 'fixed_in'
  • Find requests "fixed in" another tracker than 'release': IS LINKED TO TRACKER != 'release' WITH TYPE 'fixed_in'
  • Find request not "fixed in": … IS NOT LINKED TO WITH TYPE 'fixed_in'
  • Find request not linked to anything: IS NOT LINKED TO
  • Find requirements not covered by any tests: IS NOT LINKED TO WITH TYPE '_covered_by'
  • Find request not "fixed in" artifact #123: … IS NOT LINKED TO ARTIFACT = 123 WITH TYPE 'fixed_in'
  • Find request not "fixed in" an artifact of "release" tracker: … IS NOT LINKED TO TRACKER = 'release' WITH TYPE 'fixed_in'

Reverse links

  • Find releases in which requests are "fixed in": … IS LINKED FROM TRACKER = 'request' WITH TYPE 'fixed_in'
  • Find releases that doesn't fix anything: … IS LINKED FROM WITH TYPE 'fixed_in'
  • Find user stories that don't have parents: ... IS NOT LINKED FROM WITH TYPE '_is_child'
  • Find tests that doesn't cover anything: ... IS NOT LINKED FROM WITH TYPE ' _covered_by'
Empty
Empty
Empty
Status
Trackers
Done
Development
  • [x] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [x] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#32309
Nicolas Terray (nterray)
2023-06-26 09:40
2023-06-15 11:36
33871

References

Follow-ups

User avatar
  • So that
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Status changed from On going to Done
User avatar
  • So that
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes